# for this version of miniconda downgrade pip pip install --upgrade --force-reinstall pip==9.0.3 else pip install -U pip pip install -U setuptools wheel fi pip install -U pip pip install -U setuptools wheel shell: bash 2 changes: 1 addition & 1 deletion 2 .github/actions/install-maste...
Installing Python Anaconda A minimum of 3GB disk space is required to download and install Anacondo and all its packages. So, first download the Anaconda installer. Depending upon preferred python version, you can download the anaconda installer. Here python 3.6 for 64-bit architecture is downloade...
The best and easiest solution I found is to downgrade Python version of the conda env to3.7.5: conda activate my_env conda install python=3.7.5 peterjc123 reopened thison May 7, 2020 peterjc123 commentedon May 7, 2020 peterjc123
Checklist I added a descriptive title I searched open reports and couldn't find a duplicate What happened? When I used conda, it alerted me that my conda version was too low, so I updated it.But when I tried to do it with conda again, it...