Which version of Miniconda has Python 3.6 for Windows 64-bit?

风格不统一 提交于 2019-12-10 15:19:43

问题


I'm working on a project which need these deep learning libraries - keras and tensorflow. Unfortunately, these do not work with Python 3.7. Can someone please tell me a Miniconda version (for Windows 64-bit) which has Python 3.6? I've tried creating virtual environment with Python 3.6, but the libraries don't install properly. Any help will be appreciated! Thanks!


回答1:


I just downloaded Miniconda3-4.3.31 for Windows 64bit and it came with Python 3.6.3.

https://repo.continuum.io/miniconda/ Binary: https://repo.continuum.io/miniconda/Miniconda3-4.3.31-Windows-x86_64.exe




回答2:


I wanted to find the last package in the 3.6 series, so I found the announcement of the python 3.7 package build (September 4, 2018) and then looked that package up by date in https://repo.continuum.io/miniconda/ (Miniconda3-4.5.11), then traced it back one release. The end result:

Miniconda3-4.5.4 was the last Python 3.6 miniconda package.

Miniconda3-4.5.11 is the first that uses 3.7.

There are no releases 4.5.5->4.5.10 in that repository.



来源:https://stackoverflow.com/questions/54628161/which-version-of-miniconda-has-python-3-6-for-windows-64-bit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!