
Python-jsonrpc-server 0.3. M2w64-libwinpthread-git 5.697f757 2 defaults Libspatialindex 1.9.3 h33f27b4_0 defaults Get_terminal_size 1.0.0 h38e98db_0 defaults # packages in environment at D:\Programming\Anaconda3: While waiting to complete the download, you can decide whether to leave your e-mail to Anaconda.
#Download python 2.7 to existing anaconda install#
Then, we must find a directory where we want to install Anaconda and press Save. Package cache : D:\Programming\Anaconda3\pkgsĬ:\Users\User\AppData\Local\conda\conda\pkgsĮnvs directories : D:\Programming\Anaconda3\envsĬ:\Users\User\AppData\Local\conda\conda\envs In my case, it is 64-bit, so when I go back to the Anaconda website, I will select the 64-bit 2.7 Python version. Populated config files : C:\Users\User\.condarcīase environment : D:\Programming\Anaconda3 (writable) User config file : C:\Users\User\.condarc Environment Information `conda info`Īctive env location : D:\Programming\Anaconda3 Note that strict channel priority may have removed packages required for satisfiability.Ĭonda should allow me to install a python 2.7 environment without error, I don't want anything to do with CUDA, just a simple python 2.7.

UnsatisfiableError: The following specifications were found to be incompatible with your CUDA driver:


Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.Ĭollecting package metadata (repodata.json): doneįound conflicts! Looking for incompatible packages. (base) C:\>conda create -name py2 python=2.7Ĭollecting package metadata (current_repodata.json): done As suggested here, with an installation of the last anaconda you can create an environment just like Cleb explained or downgrade python : conda install.
