We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to install pip package in python3 venv using pip install python-loklak-api and I got following error.
pip install python-loklak-api
Collecting python-loklak-api Downloading python-loklak-api-1.7.tar.gz Collecting asyncoro==3.5 (from python-loklak-api) Downloading asyncoro-3.5.tar.gz (284kB) 100% |████████████████████████████████| 286kB 300kB/s Collecting requests==2.8.1 (from python-loklak-api) Downloading requests-2.8.1-py2.py3-none-any.whl (497kB) 100% |████████████████████████████████| 501kB 258kB/s Collecting wsgiref==0.1.2 (from python-loklak-api) Downloading wsgiref-0.1.2.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-emi_kzno/wsgiref/setup.py", line 5, in <module> import ez_setup File "/tmp/pip-build-emi_kzno/wsgiref/ez_setup/__init__.py", line 170 print "Setuptools version",version,"or greater has been installed." ^ SyntaxError: Missing parentheses in call to 'print'
It seems like there are two error,
I try with installing python2 and it worked.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try to install pip package in python3 venv using
pip install python-loklak-api
and I got following error.It seems like there are two error,
I try with installing python2 and it worked.
The text was updated successfully, but these errors were encountered: