nolearn
nolearn copied to clipboard
Install nolearn with Lasagne dependance not working
Sorry for the disturb. I have Ubuntu 16.04
When I try to follow the suggestion to install nolearn using the command:
pip install -r https://raw.githubusercontent.com/dnouri/nolearn/master/requirements.txt
I install every dependence but the following error happen with lasagne:
Cloning https://github.com/Lasagne/Lasagne.git (to 8f4f9b2) to ./src/lasagne
Could not find a tag or branch '8f4f9b2', assuming commit.
Requested Lasagne==0.2.git from git+https://github.com/Lasagne/Lasagne.git@8f4f9b2#egg=Lasagne==0.2.git (from -r https://raw.githubusercontent.com/dnouri/nolearn/master/requirements.txt (line 4)), but installing version None
I tried '5340496'... from random guess.
pip install git+https://github.com/Lasagne/Lasagne.git@5340496#egg=Lasagne==0.2.git
just use the bleeding edge version of lasagne. 0.2dev1. It's very stable, no issues.