简体   繁体   中英

How to use python 3.7 while having v.3.8, intended for use in anaconda with a virtual environnement

I am having issues with installing TensorFlow and Keras in OSx because of my python version. it says that I need the 3.7 version but could figure out how to downgrade or use it with anaconda.

Make a new environment that runs 3.7. Simply

conda create -n [put env name here] python=3.7

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM