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

Config environment #13

Open
snowymo opened this issue Jan 11, 2021 · 1 comment
Open

Config environment #13

snowymo opened this issue Jan 11, 2021 · 1 comment

Comments

@snowymo
Copy link

snowymo commented Jan 11, 2021

Hi,

I tried configuring the environment via Anaconda however, quite a few conflicts showed up.

I wonder could you provide a more detailed dependency list, including python version and tensorflow-gpu version as well?

Thanks a lot.

@nothings
Copy link

nothings commented Jul 6, 2021

There is an undocumented dependency on the package "pillow" (PIL). This is mentioned in the docs for scipy.misc.imsave.

I don't know what platform you're on. I'm on Windows, which made this extremely difficult to install. I was able to get it working on 64-bit Windows as follows:

Use Python 3.5.

Uninstall numpy, scipy, tensorflow.

Download these files:

  • numpy-1.13.1+mkl-cp35-cp35m-win_amd64.whl
  • scipy-0.19.1-cp35-cp35m-win_amd64.whl

Most links on the internet for the files point to a site that no longer has those older versions. Currently I was able to get them from https://www.silx.org/pub/wheelhouse/.

Then:

pip install numpy-1.13.1+mkl-cp35-cp35m-win_amd64.whl
pip install scipy-0.19.1-cp35-cp35m-win_amd64.whl
pip install tensorflow=1.17.1
pip install pillow

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

2 participants