conda install -c conda-forge tensorflow just stuck in Solving environment
问题 I am trying to run this statement in MacOS. conda install -c conda-forge tensorflow It just stuck at the Solving Environment: Never finish. $ conda --version conda 4.5.12 回答1: On win10 I waited about 5-6 minutes but it depends of the number of installed python packages and your internet connection. Also you can install it via Anaconda Navigator 回答2: Nothing worked untill i ran this in conda terminal: conda upgrade conda Note that this was for poppler (conda install -c conda-forge poppler) 回答3