-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Downgrade Python from 3.7 to 3.6 or tag 3.6 version #976
Comments
Can you use an older image that has Python 3.6 as a base? |
Thank you for the suggestion, @Bidek56. The image |
Is it possible to run the most recent image with |
Same problem for me and i agree with the advice above |
What docker image you are using?
jupyter/scipy-notebook
What complete docker command do you run to launch the container (omitting sensitive values)?
docker run -it --rm -p 8889:8888 jupyter/scipy-notebook
What steps do you take once the container is running to reproduce the issue?
Example:
turicreate
:!pip install turicreate
turicreate
for Python 3.7 on Linux (Support Python 3.7 apple/turicreate#788)What do you expect to happen?
I expected to be able to install
turicreate
or to easily downgrade from Python 3.7 to Python 3.6What actually happens?
I'm not able to install the dependencies I need or downgrade.
I'd suggest a tagged version of
scipy-notebook
with Python 3.6, so we can use thedocker-stacks
with the Python version that matches our dependencies.I'm not experienced in building Docker images, but I can try to do that. If someone can help, I'd be happy to contribute.
The text was updated successfully, but these errors were encountered: