-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pip install -r https://raw.githubusercontent.com/dnouri/kfkd-tutorial/master/requirements-2.txt does not complete #10
Comments
I encountered the exact same problem. Installation hangs at "Running setup.py install for pylearn2"... Hope this can be fixed soon. |
Very weird, I tried this before and after activating virtualenv but still had the same problem. I have now installed pylearn2 manually but don't have the src for this tutorial as the installation aborted. Maybe the src for the tutorial can be installed as part3 so that if env is setup manually folks can install the tutorial on their own ... Warm Regards, -Nagendra Nagarajayya -----Original Message----- I encountered the exact same problem. Installation hangs at "Running setup.py install for pylearn2"... |
I think my problem is with pylearn2. I tried to install pylearn2 on my own with no success, The installation for pylearn2 just hangs forever... What source to you need for this tutorial? I only see "kfkd.py" in this Github repository. You might want to get the example code from Lasagne too. But what else?? |
The following is in the file pylearn2/setup.py.. Basically it will hang forever because it is expecting an input as shown on the final line below... I got around the issue by just following the instructions here
|
|
updated to show the next line which asked for input. Just install from source. |
I install to various boxes using "pip install -r requirements.txt", so I didn't want to install from source. Instead, I forked the project to https://github.com/mashupmachine/pylearn2, changed 'mode' to '' from None and it now installs perfectly with pip. Naturally, for production, I'll change mode to 'install' in a separate branch. |
Keeps hanging at step Running setup.py install for pylearn2
The text was updated successfully, but these errors were encountered: