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

Dependency issues trying to install required packages #21

Open
vrooje opened this issue Sep 5, 2019 · 1 comment
Open

Dependency issues trying to install required packages #21

vrooje opened this issue Sep 5, 2019 · 1 comment

Comments

@vrooje
Copy link

vrooje commented Sep 5, 2019

I'm using conda to try and install the required Python version and package versions, but I cannot resolve a conflict between the numpy and tensorflow versions that are required. I've tried stepping up the version of numpy to resolve it (in hopes this won't break the code), but resolving it requires upgrading to Python 3.6, and I've been getting errors.

Can you provide an installable environment or some advice on getting through this?

Many thanks.

@mrciolino
Copy link

I have had good success with ... Maybe try in a new conda enviroment.

conda install keras
conda install tqdm
conda install pillow
conda install scikit-image
conda install scipy==1.1.0

scipy was the only package that I needed to downgrade scipy for. In terms of an installable environment, docker is prob what your looking for. They have some good premade environments on dockerhub that you can "docker pull" and get up an running...
https://hub.docker.com/r/ufoym/deepo

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