nolearn icon indicating copy to clipboard operation
nolearn copied to clipboard

Install nolearn with Lasagne dependance not working

Open algila opened this issue 8 years ago • 2 comments

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

algila avatar Nov 07 '16 20:11 algila

I tried '5340496'... from random guess.

pip install git+https://github.com/Lasagne/Lasagne.git@5340496#egg=Lasagne==0.2.git

greentec avatar Mar 03 '17 10:03 greentec

just use the bleeding edge version of lasagne. 0.2dev1. It's very stable, no issues.

skrish13 avatar Jun 03 '17 05:06 skrish13