Please indicate the source of forwarding and be a follower of my Github.
pip install
pip is a package management system used to install and manage softeare packages written in Python.
when you install pip on an old OSX, you can follow the example from offcial website :
pip install
But sometimes there will be something wrong here on lastest OSX, and this is because of the new SIP protection mechanism on lastest OSX.
Just use this way:
pip install --user
-
Previous
Service Worker 101「GDG DevFest 2016 北京」 -
Next
scrapy version error: cannot import name xmlrpc_client