Skip to content
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.

Install pydes automatically #188

Open
johnnykv opened this issue Aug 27, 2014 · 2 comments
Open

Install pydes automatically #188

johnnykv opened this issue Aug 27, 2014 · 2 comments

Comments

@johnnykv
Copy link
Member

Currently pydes has to be installed manually using

$ pip install pydes --allow-external pydes --allow-unverified pydes

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

@zippy1981
Copy link

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

@dufferzafar
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants