30/09/2018, 18:17

Cách tài và cài đặt module six trong python

Nhờ mọi người chỉ giúp cách tài và cài đặt module six cho Python 2.7

Mai Anh Dũng viết 20:22 ngày 30/09/2018

Download thì ở đây

https://pypi.python.org/pypi/six

Cài đặt thì thử

pip install six 

Lần sau viết tiếng Việt có dấu nhé

nguyenthanhdung viết 20:25 ngày 30/09/2018

Cảm ơn Lê Trần Đạt nhiều!

nguyenthanhdung viết 20:18 ngày 30/09/2018

Đã thử nhưng thất bại

Mai Anh Dũng viết 20:25 ngày 30/09/2018

Thất bại như thế nào?

Đạt cài thấy được mà ta

C:\Users\dat>pip install six
Requirement already satisfied (use --upgrade to upgrade): six in c:\python27\lib
\site-packages
Cleaning up...

Thử upgrade

C:\Users\dat>pip install --upgrade six
Downloading/unpacking six from https://pypi.python.org/packages/3.3/s/six/six-1.
9.0-py2.py3-none-any.whl#md5=9ac7e129a80f72d6fc1f0216f6e9627b
  Downloading six-1.9.0-py2.py3-none-any.whl
Installing collected packages: six
  Found existing installation: six 1.8.0
    Uninstalling six:
      Successfully uninstalled six
Successfully installed six
Cleaning up...
nguyenthanhdung viết 20:28 ngày 30/09/2018

Để mình thử lại, chắc do cùi mía nên làm sai, Thank Đạt!

Bài liên quan
0