How to install Anaconda on RaspBerry Pi 3 Model B

Installing Miniconda on Raspberry Pi and adding Python 3.5 / 3.6 Skip the first section if you have already installed Miniconda successfully. Installation of Miniconda on Raspberry Pi Accept the license agreement with yes When asked, change the install location: /home/pi/miniconda3 Do you wish the installer to prepend the Miniconda3 install location to PATH in your /root/.bashrc … Read more

How to change python version in Anaconda?

A better (recommended) alternative is to create a virtual environment of the desired Python version and then use that environment to run Tensorflow and other scripts. To do that, you can follow the instructions given here. BUT, if you don’t want to create a separate environment, then conda install python=<version> should do. OR (not recommended) you can download the … Read more

Anaconda “failed to create process”

I encountered the exact same error, because my username included a space. (“C:\Users\Ben Ji”) The easiest solution is to install Anaconda to another folder in the Users-folder, e.g. public. (The same error occurs when using pip, check out https://stackoverflow.com/a/35275384/6580199)

pip throws TypeError: parse() got an unexpected keyword argument ‘transport_encoding’ when trying to install new packages

I am using the latest version of Anaconda3. I just installed it and I am trying to download some packages. I am using the Anaconda Prompt. While trying to use pip to do anything (including upgrading existing packages) I get the following traceback. Any ideas? (this problem only started after I installed tensorflow) Thanks.