-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
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
Downgraded pubnub version #2420
Conversation
The problem with this change is that now it works on Linux but it no longer works on Windows 10. What would be a good way of resolving this ? |
I never had an issue with the newer version of pubnub in Linux. Is there Will pycryptodome work in Windows 10? Or will they have the same problem. I believe @RandomActPG got the current version working in Windows (not sure what version) by running this https://github.com/axper/python3-pycrypto-windows-installer On Jul 4, 2016 12:42 PM, "Paulus Schoutsen" [email protected]
|
The only thing that the Docker image does is that it installs all the requirements at once. I wouldn't be surprised if somewhere something depends on pycrypto. |
BTW I used that installer on Windows 10 64-bit. trying to install the usual way resulted in an error when it was unable to find C++ 10.0 even though it was installed. |
I received a reply from pubnub. Based on their response I think it would " cryptography.io is the library we are going to use for PubNub Python SDK For the reduce_crypto branch (a version of the SDK with no encryption
|
Description:
Downgrade the pubnub version prior to when they started using pycryptodome.
Related issue (if applicable): fixes #2411
Checklist:
If code communicates with devices, web services, or a:
tox
run successfully. Your PR cannot be merged unless tests passREQUIREMENTS
variable (example).requirements_all.txt
by runningscript/gen_requirements_all.py
.