简体   繁体   中英

Creating a new environment in conda with python 3.5 on Mac

I am trying to create a new environment named cv_env having python 3.5, with this line -

conda create --name cv_env python=3.5

Although it gives an error,

PackagesNotFoundError: The following packages are not available from current channels: python=3.5

I uninstalled and installed anaconda. This time the command worked.

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