You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
This needs to be automated through setup.py, but currenlty there seems to be no way to pass -allow-external pydes --allow-unverified pydes to install_requires.
I'm not a beeswarm issue, but google brought me here while I was trying to install pyDes, and I'm just complaining about the irony of having to install an untrusted crypto module
When I run the command pip install pydes --allow-external pydes --allow-unverified pydes pip (v8.0.2) and it fails with the following error:
DEPRECATION: --allow-external has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.
DEPRECATION: --allow-unverified has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.
Collecting pydes
Could not find a version that satisfies the requirement pydes (from versions: )
No matching distribution found for pydes
For anyone who comes here by googling stuff, I installed pyDes by running: pip install http://twhiteman.netfirms.com/pyDES/pyDes-2.0.1.zip
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently pydes has to be installed manually using
This needs to be automated through setup.py, but currenlty there seems to be no way to pass -allow-external pydes --allow-unverified pydes to install_requires.
Relates to #187
The text was updated successfully, but these errors were encountered: