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
Command: pip install twisted pyopenssl qt4reactor service_identity rsa pyasn1 --force
Output: Collecting rsa Using cached rsa-4.7.1.tar.gz (38 kB) ERROR: Package 'rsa' requires a different Python: 2.7.18 not in '>=3.5, <4'
The text was updated successfully, but these errors were encountered:
Install a lower version of rsa, in my case it works rsa==4.5
Sorry, something went wrong.
No branches or pull requests
Command:
pip install twisted pyopenssl qt4reactor service_identity rsa pyasn1 --force
Output:
Collecting rsa
Using cached rsa-4.7.1.tar.gz (38 kB)
ERROR: Package 'rsa' requires a different Python: 2.7.18 not in '>=3.5, <4'
The text was updated successfully, but these errors were encountered: