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
When trying to install with pip3 I get
C:\>pip3 install Bottle-SSLify Collecting Bottle-SSLify Downloading Bottle-SSLify-0.0.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\u\AppData\Local\Temp\pip-build-zzg3revq\Bottle-SSLify\setup.py", line 27 print 'something went wrong reading the README.md file.' ^ SyntaxError: Missing parentheses in call to 'print'
It seems that it has not been ported to Python3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to install with pip3 I get
It seems that it has not been ported to Python3
The text was updated successfully, but these errors were encountered: