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

Request for Python dependencies list #1

Closed
christabella opened this issue Dec 19, 2018 · 4 comments
Closed

Request for Python dependencies list #1

christabella opened this issue Dec 19, 2018 · 4 comments

Comments

@christabella
Copy link

Thank you for the notebook. However, I am unable to replicate the environment and running into a lot of compatibility issues. The only thing I am able to surmise from the source code is that it is using Python 2.7.12.

May I know the exact versions of the packages, e.g. Pylearn2, Theano, that you are using? Thank you!

@christabella
Copy link
Author

I have gotten it working with:

conda create --name pylearn2 python=2.7.13
conda activate pylearn2
conda install -c anaconda jupyter
conda install -c anaconda notebook
pip install Theano==0.6.0 Pillow matplotlib

And installing pylearn2 from source.

What did not work:

conda install -c anaconda pylearn2
conda install -c anaconda theano==0.8.2

@theGreatRaphael
Copy link

Hi, thanks for the notebook.
And thanks for the environment instructions.
Do you remember which tensorflow version you used?

@zer0-1s
Copy link

zer0-1s commented May 12, 2021

so how to get pylearn2?

@sxt999
Copy link

sxt999 commented Jul 26, 2021

git clone git://github.com/lisa-lab/pylearn2.git
cd pylearn2
python setup.py develop --user

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

4 participants