skip to Main Content

Why i got syntax error python – pip on Centos

i upgrade pip. But after the upgrade have some syntax error. i try install python 3.x but not fixed. Traceback (most recent call last): File "/usr/bin/pip", line 7, in <module> from pip._internal import main File "/usr/lib/python2.6/site-packages/pip/_internal/__init__.py", line 19, in <module>…

VIEW QUESTION

python-memcached installation failed using pip and conda in Python 3.6

python-memcached library failed to installed in Python 3.6 Commands : pip install python-memcached Trace : Collecting python-memcached Downloading python-memcached-1.58.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:UsersJSRAppDataLocalTemppip-build-j63q50jppython-memcachedsetup.py", line…

VIEW QUESTION
Back To Top
Search