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

Docker Installation-Routine fails - version issue Matplotlib #26

Open
ghost opened this issue Feb 11, 2019 · 2 comments
Open

Docker Installation-Routine fails - version issue Matplotlib #26

ghost opened this issue Feb 11, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 11, 2019

I'm running the latest version of Docker Desktop for windows. The installation routine fails with the following error, can I fix this somehow?

    Matplotlib 3.0+ does not support Python 2.x, 3.0, 3.1, 3.2, 3.3, or 3.4.
    Beginning with Matplotlib 3.0, Python 3.5 and above is required.

    This may be due to an out of date pip.

    Make sure you have pip >= 9.0.1.

    Complete output from command python setup.py egg_info:


Matplotlib 3.0+ does not support Python 2.x, 3.0, 3.1, 3.2, 3.3, or 3.4.

Beginning with Matplotlib 3.0, Python 3.5 and above is required.



This may be due to an out of date pip.



Make sure you have pip >= 9.0.1.
@ghost ghost changed the title Docker Installation fails - wrong python version? Docker Installation-Routine fails - version issue Matplotlib Feb 11, 2019
@ghost
Copy link
Author

ghost commented Feb 11, 2019

After some googleing I tried adding RUN pip install --upgrade pip in line 23 of Dockerfile (just before RUN pip install -r /tmp/requirements.txt)
This allowed me to complete the installation process. The container starts without any error but I cannot access the server.

@LucaChen
Copy link

you can use it
docker pull marcelmaatkamp/aiexperiments-ai-duet

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

1 participant