Skip to content
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

Could not find a version that satisfies the requirement Lasagne==0.2.dev1 #29

Open
lorex82 opened this issue Dec 7, 2017 · 2 comments

Comments

@lorex82
Copy link

lorex82 commented Dec 7, 2017

hi,
i have this error on ubuntu 16.04, debian 9 e fedora 27 after execute the command
pip install -r https://raw.githubusercontent.com/imatge-upc/saliency-salgan-2017/master/requirements.txt

Collecting Lasagne==0.2.dev1 (from -r https://raw.githubusercontent.com/imatge-upc/saliency-salgan-2017/master/requirements.txt (line 28))
Could not find a version that satisfies the requirement Lasagne==0.2.dev1 (from -r https://raw.githubusercontent.com/imatge-upc/saliency-salgan-2017/master/requirements.txt (line 28)) (from versions: 0.1)
No matching distribution found for Lasagne==0.2.dev1 (from -r https://raw.githubusercontent.com/imatge-upc/saliency-salgan-2017/master/requirements.txt (line 28))

Thanks

@GeoCSBI
Copy link

GeoCSBI commented Dec 7, 2017

Go here http://lasagne.readthedocs.io/en/latest/user/installation.html and check the "Bleeding-Edge" section. I suggest you to download the requirements.txt so you can edit the file and remove some required packages since they are not used.

@pascalxia
Copy link

@GeoCSBI Thank you so much for your suggestion! I came across the same problem, @lorex82 . Following GeoCSBI's suggestion, I ran the command pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip and that fixed the problem. Then when I check the version of Lasagne by running import lasagne; lasagne.__version__, the version was just 0.2.dev1.

I also made a Docker image that can directly run the SalGAN code here. The Docker image is blindgrandpa/theano_cudnn5.1. It uses CUDA 8.0 + cuDNN 5.1.10 + Theano 0.9.0 + Lasagne 0.2.dev1. I hope this could be helpful for some people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants