ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

Python upgrade fails on mac #9699

Open Jvalal-zz opened 6 years ago

Jvalal-zz commented 6 years ago

I was trying to upgrade anaconda from 2.7 to 3.6 via terminal and I get an unsatisfiable error.

screen shot 2018-07-01 at 5 10 45 pm

nehaljwani commented 6 years ago

@Jvalal Why not just create a new environment for py36?

conda create -yn py36 python=3.6
conda activate py36
nehaljwani commented 6 years ago

You can also try removing subprocess32 and then try upgrading. There is no python3.6 package for subprocesss32

Jvalal-zz commented 6 years ago

because I'm not a developer and don't know of these things. That's why a true step-by-step tutorial would go a long ways. every tutorial I try there's always some issue in the install or something. It's frustrating when one spends 2 weeks just trying to find a way to install TF and have it work.

nehaljwani commented 6 years ago

@Jvalal What problem did you face while installing tensorflow?