[PYTHON] ลง PyICU ให้ Anaconda กัล

สำหรับการลง PyICU เพื่อตัดคำไทยนะครับ มีขั้นตอน ดังนี้

  • เข้าไปที Path ของ Python
    • ถ้า Python ทั่วไป C:\Program Files\Python36\Scripts
    • ถ้าเป็นพวก Anaconda มาที่ Path นี้ C:\Program Files\Anaconda3\Scripts
  • ถ้าเป็น Linux สบายเลย
    pip install PyICU
  • แต่ถ้าสาย Windows มันมีลูกเล่นเยอะ
    • Download ไฟล์ .whi มีคน Pre-Compile ของไว้แล้ว เลือกให้ตรงกับ Version ของ Python และ OS ที่ใช้
    • เอาไปวางในไว้ในโพลเดอร์ Script หากใช้กับ Anaconda ก็วางไว่ใน Path ของมันครับ
    • เปิด cmd ด้วยท่าไม้ตาย Run As Administrator
    • CD ไป Path ที่เก็บไฟล์ .whi
    • ติดตั้ง โดยใช้คำสั่ง
      #Template
      pip install FILE_NAME.whl
      #Example
      pip install PyICU-1.9.8-cp36-cp36m-win_amd64.whl
  • ทดสอบกับ Anaconda ครับ

Reference


Discover more from naiwaen@DebuggingSoft

Subscribe to get the latest posts sent to your email.