How kann i install anaconda with python 3.7

0 views
Skip to first unread message

Nezar Dasan

unread,
Oct 21, 2020, 4:03:13 PM10/21/20
to Anaconda - Public
Halle every one
in anconda download i can find just anaconda with Python 3.8,
form archiv i cannt download the installation routine
i want to download installation routine from anconda with python 3.7
i want to work with Tensorflow but this dont support v 3.8

thank you

sree datta

unread,
Oct 21, 2020, 4:37:58 PM10/21/20
to Anaconda - Public, nezar....@gmail.com
Have you done any research on the Internet and on the Anaconda website?

At the anaconda prompt do thefollowing:

(base) $ create env -n py37tf python=3.7

this will create a new environment where python is some version of 3.7

if you want to see first what versions are available, type:
(base) $ conda search python

this will give you a list of all python versions available. If you want to use say 3.7.8 (if it exists, this is only an example) type

(base) $ create env -n py37tf python=3.7.8

When you want to work with specific packages / tools / libraries that are designed for specific versions of python, then it is better to create an environment
separately for them.
Reply all
Reply to author
Forward
0 new messages