Created
July 8, 2019 15:28
-
-
Save msarahan/b5e0b7c25be5ca941a1d77bcceaf12e7 to your computer and use it in GitHub Desktop.
conda 4.7.5 install/update/remove with free channel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONDA_RESTORE_FREE_CHANNEL: command not found | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL=1 conda create -n old_python python=3.5.1 | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: done | |
## Package Plan ## | |
environment location: /home/msarahan/miniconda3/envs/old_python | |
added / updated specs: | |
- python=3.5.1 | |
The following packages will be downloaded: | |
package | build | |
---------------------------|----------------- | |
_libgcc_mutex-0.1 | main 3 KB defaults | |
openssl-1.0.2s | h7b6447c_0 2.1 MB defaults | |
python-3.5.1 | 5 16.7 MB defaults | |
readline-6.2 | 2 606 KB defaults | |
sqlite-3.13.0 | 0 4.0 MB defaults | |
tk-8.5.18 | 0 1.9 MB defaults | |
------------------------------------------------------------ | |
Total: 25.3 MB | |
The following NEW packages will be INSTALLED: | |
_libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main | |
ca-certificates pkgs/main/linux-64::ca-certificates-2019.5.15-0 | |
libgcc-ng pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0 | |
openssl pkgs/main/linux-64::openssl-1.0.2s-h7b6447c_0 | |
python pkgs/free/linux-64::python-3.5.1-5 | |
readline pkgs/free/linux-64::readline-6.2-2 | |
sqlite pkgs/free/linux-64::sqlite-3.13.0-0 | |
tk pkgs/free/linux-64::tk-8.5.18-0 | |
xz pkgs/main/linux-64::xz-5.2.4-h14c3975_4 | |
zlib pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3 | |
Proceed ([y]/n)? | |
Downloading and Extracting Packages | |
readline-6.2 | 606 KB | ########################################################### | 100% | |
python-3.5.1 | 16.7 MB | ########################################################### | 100% | |
sqlite-3.13.0 | 4.0 MB | ########################################################### | 100% | |
openssl-1.0.2s | 2.1 MB | ########################################################### | 100% | |
_libgcc_mutex-0.1 | 3 KB | ########################################################### | 100% | |
tk-8.5.18 | 1.9 MB | ########################################################### | 100% | |
Preparing transaction: done | |
Verifying transaction: done | |
Executing transaction: done | |
# | |
# To activate this environment, use | |
# | |
# $ conda activate old_python | |
# | |
# To deactivate an active environment, use | |
# | |
# $ conda deactivate | |
(base) msarahan@ubuntu:~$ conda update --all -n old_python | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: done | |
## Package Plan ## | |
environment location: /home/msarahan/miniconda3/envs/old_python | |
The following packages will be downloaded: | |
package | build | |
---------------------------|----------------- | |
python-3.5.6 | hc3d631a_0 24.9 MB defaults | |
------------------------------------------------------------ | |
Total: 24.9 MB | |
The following NEW packages will be INSTALLED: | |
libedit pkgs/main/linux-64::libedit-3.1.20181209-hc058e9b_0 | |
libffi pkgs/main/linux-64::libffi-3.2.1-hd88cf55_4 | |
libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-9.1.0-hdf63c60_0 | |
ncurses pkgs/main/linux-64::ncurses-6.1-he6710b0_1 | |
The following packages will be UPDATED: | |
python pkgs/free::python-3.5.1-5 --> pkgs/main::python-3.5.6-hc3d631a_0 | |
readline pkgs/free::readline-6.2-2 --> pkgs/main::readline-7.0-h7b6447c_5 | |
sqlite pkgs/free::sqlite-3.13.0-0 --> pkgs/main::sqlite-3.28.0-h7b6447c_0 | |
tk pkgs/free::tk-8.5.18-0 --> pkgs/main::tk-8.6.8-hbc83047_0 | |
Proceed ([y]/n)? n | |
CondaSystemExit: Exiting. | |
(base) msarahan@ubuntu:~$ conda install -n old_python pkgs/free/linux-64::numba==0.33.0=np112py36_0 | |
Collecting package metadata (current_repodata.json): failed | |
UnavailableInvalidChannel: The channel is not accessible or is invalid. | |
channel name: pkgs/free | |
channel url: https://conda.anaconda.org/pkgs/free | |
error code: 404 | |
You will need to adjust your conda configuration to proceed. | |
Use `conda config --show channels` to view your configuration's current state, | |
and use `conda config --show-sources` to view config file locations. | |
(base) msarahan@ubuntu:~$ conda install -n old_python pkgs/free::numba==0.33.0=np112py36_0 | |
Collecting package metadata (current_repodata.json): failed | |
UnavailableInvalidChannel: The channel is not accessible or is invalid. | |
channel name: pkgs/free | |
channel url: https://conda.anaconda.org/pkgs/free | |
error code: 404 | |
You will need to adjust your conda configuration to proceed. | |
Use `conda config --show channels` to view your configuration's current state, | |
and use `conda config --show-sources` to view config file locations. | |
(base) msarahan@ubuntu:~$ conda install -n old_python numba==0.33.0=np112py36_0 | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: failed | |
Collecting package metadata (repodata.json): done | |
Solving environment: failed | |
PackagesNotFoundError: The following packages are not available from current channels: | |
- numba==0.33.0=np112py36_0 | |
Current channels: | |
- https://repo.anaconda.com/pkgs/main/linux-64 | |
- https://repo.anaconda.com/pkgs/main/noarch | |
- https://repo.anaconda.com/pkgs/r/linux-64 | |
- https://repo.anaconda.com/pkgs/r/noarch | |
To search for alternate channels that may provide the conda package you're | |
looking for, navigate to | |
https://anaconda.org | |
and use the search bar at the top of the page. | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL conda install -n old_python numba==0.33.0=np112py36_0 | |
CONDA_RESTORE_FREE_CHANNEL: command not found | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL=1 conda install -n old_python numba==0.33.0=np112py36_0 | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: failed | |
Collecting package metadata (repodata.json): done | |
Solving environment: failed | |
UnsatisfiableError: The following specifications were found | |
to be incompatible with the existing python installation in your environment: | |
- numba==0.33.0=np112py36_0 -> python=3.6 | |
If python is on the left-most side of the chain, that's the version you've asked for. | |
When python appears to the right, that indicates that the thing on the left is somehow | |
not available for the python version you've asked for. | |
Your current python version is (python=3.5.1). | |
The following specifications were found to be incompatible with each other: | |
- python=3.5.1 | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL=1 conda install -n old_python numba==0.33.0=np112py36_0 python | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: done | |
## Package Plan ## | |
environment location: /home/msarahan/miniconda3/envs/old_python | |
added / updated specs: | |
- numba==0.33.0=np112py36_0 | |
- python | |
The following packages will be downloaded: | |
package | build | |
---------------------------|----------------- | |
llvmlite-0.18.0 | py36_0 11.3 MB defaults | |
mkl-2017.0.3 | 0 129.5 MB defaults | |
numba-0.33.0 | np112py36_0 2.2 MB defaults | |
numpy-1.12.1 | py36_0 7.0 MB defaults | |
python-3.6.2 | 0 16.5 MB defaults | |
------------------------------------------------------------ | |
Total: 166.5 MB | |
The following NEW packages will be INSTALLED: | |
blas pkgs/main/linux-64::blas-1.0-mkl | |
llvmlite pkgs/free/linux-64::llvmlite-0.18.0-py36_0 | |
mkl pkgs/free/linux-64::mkl-2017.0.3-0 | |
numba pkgs/free/linux-64::numba-0.33.0-np112py36_0 | |
numpy pkgs/free/linux-64::numpy-1.12.1-py36_0 | |
The following packages will be UPDATED: | |
python 3.5.1-5 --> 3.6.2-0 | |
Proceed ([y]/n)? | |
Downloading and Extracting Packages | |
llvmlite-0.18.0 | 11.3 MB | ########################################################### | 100% | |
python-3.6.2 | 16.5 MB | ########################################################### | 100% | |
numba-0.33.0 | 2.2 MB | ########################################################### | 100% | |
numpy-1.12.1 | 7.0 MB | ########################################################### | 100% | |
mkl-2017.0.3 | 129.5 MB | ########################################################### | 100% | |
Preparing transaction: done | |
Verifying transaction: done | |
Executing transaction: done | |
(base) msarahan@ubuntu:~$ conda remove numba | |
Collecting package metadata (repodata.json): done | |
Solving environment: failed | |
PackagesNotFoundError: The following packages are missing from the target environment: | |
- numba | |
(base) msarahan@ubuntu:~$ conda remove -n old_numba numba | |
Collecting package metadata (repodata.json): done | |
Solving environment: failed | |
PackagesNotFoundError: The following packages are missing from the target environment: | |
- numba | |
(base) msarahan@ubuntu:~$ conda remove -n old_python numba | |
Collecting package metadata (repodata.json): done | |
Solving environment: done | |
## Package Plan ## | |
environment location: /home/msarahan/miniconda3/envs/old_python | |
removed specs: | |
- numba | |
The following packages will be REMOVED: | |
blas-1.0-mkl | |
llvmlite-0.18.0-py36_0 | |
mkl-2017.0.3-0 | |
numba-0.33.0-np112py36_0 | |
numpy-1.12.1-py36_0 | |
Proceed ([y]/n)? n | |
CondaSystemExit: Exiting. | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL=1 conda install -n old_python scipy=0.8 | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: failed | |
Collecting package metadata (repodata.json): done | |
Solving environment: failed | |
PackagesNotFoundError: The following packages are not available from current channels: | |
- scipy=0.8 | |
Current channels: | |
- https://repo.anaconda.com/pkgs/main/linux-64 | |
- https://repo.anaconda.com/pkgs/main/noarch | |
- https://repo.anaconda.com/pkgs/free/linux-64 | |
- https://repo.anaconda.com/pkgs/free/noarch | |
- https://repo.anaconda.com/pkgs/r/linux-64 | |
- https://repo.anaconda.com/pkgs/r/noarch | |
To search for alternate channels that may provide the conda package you're | |
looking for, navigate to | |
https://anaconda.org | |
and use the search bar at the top of the page. | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL=1 conda install -n old_python scipy=0.9 | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: failed | |
Collecting package metadata (repodata.json): done | |
Solving environment: failed | |
PackagesNotFoundError: The following packages are not available from current channels: | |
- scipy=0.9 | |
Current channels: | |
- https://repo.anaconda.com/pkgs/main/linux-64 | |
- https://repo.anaconda.com/pkgs/main/noarch | |
- https://repo.anaconda.com/pkgs/free/linux-64 | |
- https://repo.anaconda.com/pkgs/free/noarch | |
- https://repo.anaconda.com/pkgs/r/linux-64 | |
- https://repo.anaconda.com/pkgs/r/noarch | |
To search for alternate channels that may provide the conda package you're | |
looking for, navigate to | |
https://anaconda.org | |
and use the search bar at the top of the page. | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL=1 conda install -n old_python scipy=0.10 | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: failed | |
Collecting package metadata (repodata.json): done | |
Solving environment: failed | |
PackagesNotFoundError: The following packages are not available from current channels: | |
- scipy=0.10 | |
Current channels: | |
- https://repo.anaconda.com/pkgs/main/linux-64 | |
- https://repo.anaconda.com/pkgs/main/noarch | |
- https://repo.anaconda.com/pkgs/free/linux-64 | |
- https://repo.anaconda.com/pkgs/free/noarch | |
- https://repo.anaconda.com/pkgs/r/linux-64 | |
- https://repo.anaconda.com/pkgs/r/noarch | |
To search for alternate channels that may provide the conda package you're | |
looking for, navigate to | |
https://anaconda.org | |
and use the search bar at the top of the page. | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL=1 conda install -n old_python scipy=0.11 | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: failed | |
Collecting package metadata (repodata.json): done | |
Solving environment: failed | |
UnsatisfiableError: The following specifications were found | |
to be incompatible with the existing python installation in your environment: | |
- llvmlite -> enum34 -> python[version='>=2.7,<2.8.0a0'] | |
- numpy -> mkl_fft[version='>=1.0.6,<2.0a0'] -> python[version='>=2.7,<2.8.0a0'] | |
- scipy=0.11 -> numpy=1.7 -> python=3.4 | |
If python is on the left-most side of the chain, that's the version you've asked for. | |
When python appears to the right, that indicates that the thing on the left is somehow | |
not available for the python version you've asked for. | |
Your current python version is (pkgs/free/linux-64::python==3.6.2=0). | |
The following specifications were found to be incompatible with each other: | |
- numba==0.33.0=np112py36_0 -> numpy=1.12 | |
- numba==0.33.0=np112py36_0 -> python=3.6 -> xz[version='>=5.2.4,<6.0a0'] | |
- pkgs/free/linux-64::python==3.6.2=0 -> xz=5.2 | |
- scipy=0.11 -> numpy=1.7 | |
- xz | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL=1 conda search scipy | |
Loading channels: done | |
# Name Version Build Channel | |
scipy 0.11.0 np15py26_2 pkgs/free | |
scipy 0.11.0 np15py26_3 pkgs/free | |
scipy 0.11.0 np15py26_ce1 pkgs/free | |
scipy 0.11.0 np15py27_2 pkgs/free | |
scipy 0.11.0 np15py27_3 pkgs/free | |
scipy 0.11.0 np15py27_ce1 pkgs/free | |
scipy 0.11.0 np16py26_2 pkgs/free | |
scipy 0.11.0 np16py26_3 pkgs/free | |
scipy 0.11.0 np16py26_ce1 pkgs/free | |
scipy 0.11.0 np16py27_2 pkgs/free | |
scipy 0.11.0 np16py27_3 pkgs/free | |
scipy 0.11.0 np16py27_ce1 pkgs/free | |
scipy 0.11.0 np17py26_2 pkgs/free | |
scipy 0.11.0 np17py26_3 pkgs/free | |
scipy 0.11.0 np17py26_ce1 pkgs/free | |
scipy 0.11.0 np17py27_2 pkgs/free | |
scipy 0.11.0 np17py27_3 pkgs/free | |
scipy 0.11.0 np17py27_ce0 pkgs/free | |
scipy 0.11.0 np17py27_ce1 pkgs/free | |
scipy 0.11.0 np17py33_2 pkgs/free | |
scipy 0.11.0 np17py33_3 pkgs/free | |
scipy 0.12.0b1 np17py26_0 pkgs/free | |
scipy 0.12.0b1 np17py27_0 pkgs/free | |
scipy 0.12.0 np15py26_0 pkgs/free | |
scipy 0.12.0 np15py27_0 pkgs/free | |
scipy 0.12.0 np16py26_0 pkgs/free | |
scipy 0.12.0 np16py27_0 pkgs/free | |
scipy 0.12.0 np17py26_0 pkgs/free | |
scipy 0.12.0 np17py27_0 pkgs/free | |
scipy 0.12.0 np17py33_0 pkgs/free | |
scipy 0.12.0 np18py27_0 pkgs/free | |
scipy 0.13.0 np16py26_0 pkgs/free | |
scipy 0.13.0 np16py27_0 pkgs/free | |
scipy 0.13.0 np17py26_0 pkgs/free | |
scipy 0.13.0 np17py27_0 pkgs/free | |
scipy 0.13.0 np17py33_0 pkgs/free | |
scipy 0.13.1 np16py26_0 pkgs/free | |
scipy 0.13.1 np16py26_1 pkgs/free | |
scipy 0.13.1 np16py27_0 pkgs/free | |
scipy 0.13.1 np16py27_1 pkgs/free | |
scipy 0.13.1 np17py26_0 pkgs/free | |
scipy 0.13.1 np17py26_1 pkgs/free | |
scipy 0.13.1 np17py27_0 pkgs/free | |
scipy 0.13.1 np17py27_1 pkgs/free | |
scipy 0.13.1 np17py33_0 pkgs/free | |
scipy 0.13.1 np17py33_1 pkgs/free | |
scipy 0.13.2 np17py26_1 pkgs/free | |
scipy 0.13.2 np17py26_2 pkgs/free | |
scipy 0.13.2 np17py27_1 pkgs/free | |
scipy 0.13.2 np17py27_2 pkgs/free | |
scipy 0.13.2 np17py33_1 pkgs/free | |
scipy 0.13.2 np17py33_2 pkgs/free | |
scipy 0.13.3 np18py26_0 pkgs/free | |
scipy 0.13.3 np18py27_0 pkgs/free | |
scipy 0.13.3 np18py33_0 pkgs/free | |
scipy 0.13.3 np18py34_0 pkgs/free | |
scipy 0.14.0 np18py26_0 pkgs/free | |
scipy 0.14.0 np18py27_0 pkgs/free | |
scipy 0.14.0 np18py33_0 pkgs/free | |
scipy 0.14.0 np18py34_0 pkgs/free | |
scipy 0.14.0 np19py26_0 pkgs/free | |
scipy 0.14.0 np19py27_0 pkgs/free | |
scipy 0.14.0 np19py33_0 pkgs/free | |
scipy 0.14.0 np19py34_0 pkgs/free | |
scipy 0.15.0 np19py26_0 pkgs/free | |
scipy 0.15.0 np19py27_0 pkgs/free | |
scipy 0.15.0 np19py33_0 pkgs/free | |
scipy 0.15.0 np19py34_0 pkgs/free | |
scipy 0.15.1 np19py26_0 pkgs/free | |
scipy 0.15.1 np19py27_0 pkgs/free | |
scipy 0.15.1 np19py33_0 pkgs/free | |
scipy 0.15.1 np19py34_0 pkgs/free | |
scipy 0.16.0 np110py27_1 pkgs/free | |
scipy 0.16.0 np110py34_1 pkgs/free | |
scipy 0.16.0 np110py35_1 pkgs/free | |
scipy 0.16.0 np19py26_0 pkgs/free | |
scipy 0.16.0 np19py27_0 pkgs/free | |
scipy 0.16.0 np19py27_1 pkgs/free | |
scipy 0.16.0 np19py33_0 pkgs/free | |
scipy 0.16.0 np19py34_0 pkgs/free | |
scipy 0.16.0 np19py34_1 pkgs/free | |
scipy 0.16.0 np19py35_1 pkgs/free | |
scipy 0.16.1 np110py27_1 pkgs/free | |
scipy 0.16.1 np110py27_nomkl_1 pkgs/free | |
scipy 0.16.1 np110py34_1 pkgs/free | |
scipy 0.16.1 np110py34_nomkl_1 pkgs/free | |
scipy 0.16.1 np110py35_1 pkgs/free | |
scipy 0.16.1 np110py35_nomkl_1 pkgs/free | |
scipy 0.17.0 np110py27_0 pkgs/free | |
scipy 0.17.0 np110py27_1 pkgs/free | |
scipy 0.17.0 np110py27_2 pkgs/free | |
scipy 0.17.0 np110py27_3 pkgs/free | |
scipy 0.17.0 np110py27_4 pkgs/free | |
scipy 0.17.0 np110py27_nomkl_0 pkgs/free | |
scipy 0.17.0 np110py27_nomkl_1 pkgs/free | |
scipy 0.17.0 np110py27_nomkl_2 pkgs/free | |
scipy 0.17.0 np110py27_nomkl_4 pkgs/free | |
scipy 0.17.0 np110py34_0 pkgs/free | |
scipy 0.17.0 np110py34_1 pkgs/free | |
scipy 0.17.0 np110py34_2 pkgs/free | |
scipy 0.17.0 np110py34_3 pkgs/free | |
scipy 0.17.0 np110py34_4 pkgs/free | |
scipy 0.17.0 np110py34_nomkl_0 pkgs/free | |
scipy 0.17.0 np110py34_nomkl_1 pkgs/free | |
scipy 0.17.0 np110py34_nomkl_2 pkgs/free | |
scipy 0.17.0 np110py34_nomkl_4 pkgs/free | |
scipy 0.17.0 np110py35_0 pkgs/free | |
scipy 0.17.0 np110py35_1 pkgs/free | |
scipy 0.17.0 np110py35_2 pkgs/free | |
scipy 0.17.0 np110py35_3 pkgs/free | |
scipy 0.17.0 np110py35_4 pkgs/free | |
scipy 0.17.0 np110py35_nomkl_0 pkgs/free | |
scipy 0.17.0 np110py35_nomkl_1 pkgs/free | |
scipy 0.17.0 np110py35_nomkl_2 pkgs/free | |
scipy 0.17.0 np110py35_nomkl_4 pkgs/free | |
scipy 0.17.0 np111py27_2 pkgs/free | |
scipy 0.17.0 np111py27_3 pkgs/free | |
scipy 0.17.0 np111py27_4 pkgs/free | |
scipy 0.17.0 np111py27_nomkl_2 pkgs/free | |
scipy 0.17.0 np111py27_nomkl_4 pkgs/free | |
scipy 0.17.0 np111py34_2 pkgs/free | |
scipy 0.17.0 np111py34_3 pkgs/free | |
scipy 0.17.0 np111py34_4 pkgs/free | |
scipy 0.17.0 np111py34_nomkl_2 pkgs/free | |
scipy 0.17.0 np111py34_nomkl_4 pkgs/free | |
scipy 0.17.0 np111py35_2 pkgs/free | |
scipy 0.17.0 np111py35_3 pkgs/free | |
scipy 0.17.0 np111py35_4 pkgs/free | |
scipy 0.17.0 np111py35_nomkl_2 pkgs/free | |
scipy 0.17.0 np111py35_nomkl_4 pkgs/free | |
scipy 0.17.0 np19py27_1 pkgs/free | |
scipy 0.17.0 np19py27_2 pkgs/free | |
scipy 0.17.0 np19py27_nomkl_2 pkgs/free | |
scipy 0.17.0 np19py34_1 pkgs/free | |
scipy 0.17.0 np19py34_2 pkgs/free | |
scipy 0.17.0 np19py34_nomkl_2 pkgs/free | |
scipy 0.17.0 np19py35_1 pkgs/free | |
scipy 0.17.0 np19py35_2 pkgs/free | |
scipy 0.17.0 np19py35_nomkl_2 pkgs/free | |
scipy 0.17.1 np110py27_0 pkgs/free | |
scipy 0.17.1 np110py27_1 pkgs/free | |
scipy 0.17.1 np110py27_nomkl_0 pkgs/free | |
scipy 0.17.1 np110py27_nomkl_1 pkgs/free | |
scipy 0.17.1 np110py34_0 pkgs/free | |
scipy 0.17.1 np110py34_1 pkgs/free | |
scipy 0.17.1 np110py34_nomkl_0 pkgs/free | |
scipy 0.17.1 np110py35_0 pkgs/free | |
scipy 0.17.1 np110py35_1 pkgs/free | |
scipy 0.17.1 np110py35_nomkl_0 pkgs/free | |
scipy 0.17.1 np111py27_0 pkgs/free | |
scipy 0.17.1 np111py27_1 pkgs/free | |
scipy 0.17.1 np111py27_nomkl_0 pkgs/free | |
scipy 0.17.1 np111py27_nomkl_1 pkgs/free | |
scipy 0.17.1 np111py34_0 pkgs/free | |
scipy 0.17.1 np111py34_1 pkgs/free | |
scipy 0.17.1 np111py34_nomkl_0 pkgs/free | |
scipy 0.17.1 np111py34_nomkl_1 pkgs/free | |
scipy 0.17.1 np111py35_0 pkgs/free | |
scipy 0.17.1 np111py35_1 pkgs/free | |
scipy 0.17.1 np111py35_nomkl_0 pkgs/free | |
scipy 0.17.1 np111py35_nomkl_1 pkgs/free | |
scipy 0.17.1 np19py27_1 pkgs/free | |
scipy 0.17.1 np19py34_1 pkgs/free | |
scipy 0.17.1 np19py35_1 pkgs/free | |
scipy 0.18.0 np111py27_0 pkgs/free | |
scipy 0.18.0 np111py27_nomkl_0 pkgs/free | |
scipy 0.18.0 np111py34_0 pkgs/free | |
scipy 0.18.0 np111py34_nomkl_0 pkgs/free | |
scipy 0.18.0 np111py35_0 pkgs/free | |
scipy 0.18.0 np111py35_nomkl_0 pkgs/free | |
scipy 0.18.1 np111py27_0 pkgs/free | |
scipy 0.18.1 np111py27_1 pkgs/free | |
scipy 0.18.1 np111py27_nomkl_0 pkgs/free | |
scipy 0.18.1 np111py27_nomkl_1 pkgs/free | |
scipy 0.18.1 np111py34_0 pkgs/free | |
scipy 0.18.1 np111py34_1 pkgs/free | |
scipy 0.18.1 np111py34_nomkl_0 pkgs/free | |
scipy 0.18.1 np111py34_nomkl_1 pkgs/free | |
scipy 0.18.1 np111py35_0 pkgs/free | |
scipy 0.18.1 np111py35_1 pkgs/free | |
scipy 0.18.1 np111py35_nomkl_0 pkgs/free | |
scipy 0.18.1 np111py35_nomkl_1 pkgs/free | |
scipy 0.18.1 np111py36_0 pkgs/free | |
scipy 0.18.1 np111py36_1 pkgs/free | |
scipy 0.18.1 np111py36_nomkl_0 pkgs/free | |
scipy 0.18.1 np111py36_nomkl_1 pkgs/free | |
scipy 0.18.1 np112py27_1 pkgs/free | |
scipy 0.18.1 np112py27_nomkl_1 pkgs/free | |
scipy 0.18.1 np112py35_1 pkgs/free | |
scipy 0.18.1 np112py35_nomkl_1 pkgs/free | |
scipy 0.18.1 np112py36_1 pkgs/free | |
scipy 0.18.1 np112py36_nomkl_1 pkgs/free | |
scipy 0.19.0 np111py27_0 pkgs/free | |
scipy 0.19.0 np111py27_nomkl_0 pkgs/free | |
scipy 0.19.0 np111py35_0 pkgs/free | |
scipy 0.19.0 np111py35_nomkl_0 pkgs/free | |
scipy 0.19.0 np111py36_0 pkgs/free | |
scipy 0.19.0 np111py36_nomkl_0 pkgs/free | |
scipy 0.19.0 np112py27_0 pkgs/free | |
scipy 0.19.0 np112py27_nomkl_0 pkgs/free | |
scipy 0.19.0 np112py35_0 pkgs/free | |
scipy 0.19.0 np112py35_nomkl_0 pkgs/free | |
scipy 0.19.0 np112py36_0 pkgs/free | |
scipy 0.19.0 np112py36_nomkl_0 pkgs/free | |
scipy 0.19.0 np113py27_0 pkgs/free | |
scipy 0.19.0 np113py27_nomkl_0 pkgs/free | |
scipy 0.19.0 np113py35_0 pkgs/free | |
scipy 0.19.0 np113py35_nomkl_0 pkgs/free | |
scipy 0.19.0 np113py36_0 pkgs/free | |
scipy 0.19.0 np113py36_nomkl_0 pkgs/free | |
scipy 0.19.1 np112py27_0 pkgs/free | |
scipy 0.19.1 np112py27_nomkl_0 pkgs/free | |
scipy 0.19.1 np112py35_0 pkgs/free | |
scipy 0.19.1 np112py35_nomkl_0 pkgs/free | |
scipy 0.19.1 np112py36_0 pkgs/free | |
scipy 0.19.1 np112py36_nomkl_0 pkgs/free | |
scipy 0.19.1 np113py27_0 pkgs/free | |
scipy 0.19.1 np113py27_nomkl_0 pkgs/free | |
scipy 0.19.1 np113py35_0 pkgs/free | |
scipy 0.19.1 np113py35_nomkl_0 pkgs/free | |
scipy 0.19.1 np113py36_0 pkgs/free | |
scipy 0.19.1 np113py36_nomkl_0 pkgs/free | |
scipy 0.19.1 py27_nomklhda24f63_3 pkgs/main | |
scipy 0.19.1 py27h1edc525_3 pkgs/main | |
scipy 0.19.1 py35_nomklh614202b_3 pkgs/main | |
scipy 0.19.1 py35ha8f041b_3 pkgs/main | |
scipy 0.19.1 py36_nomklh59deb5f_3 pkgs/main | |
scipy 0.19.1 py36h9976243_3 pkgs/main | |
scipy 1.0.0 py27_nomklhc4f40eb_0 pkgs/main | |
scipy 1.0.0 py27hf5f0f52_0 pkgs/main | |
scipy 1.0.0 py35_nomklhb72a26a_0 pkgs/main | |
scipy 1.0.0 py35hcbbe4a2_0 pkgs/main | |
scipy 1.0.0 py36_nomklh9d91e6a_0 pkgs/main | |
scipy 1.0.0 py36hbf646e7_0 pkgs/main | |
scipy 1.0.1 py27_nomklh9d22d0a_0 pkgs/main | |
scipy 1.0.1 py27hfc37229_0 pkgs/main | |
scipy 1.0.1 py35_nomklh9d22d0a_0 pkgs/main | |
scipy 1.0.1 py35hfc37229_0 pkgs/main | |
scipy 1.0.1 py36_nomklh9d22d0a_0 pkgs/main | |
scipy 1.0.1 py36hfc37229_0 pkgs/main | |
scipy 1.1.0 py27_nomklh9c1e066_0 pkgs/main | |
scipy 1.1.0 py27_nomklh9d22d0a_0 pkgs/main | |
scipy 1.1.0 py27_nomklhb74e8f7_0 pkgs/main | |
scipy 1.1.0 py27h7c811a0_2 pkgs/main | |
scipy 1.1.0 py27h9b217d5_1 pkgs/main | |
scipy 1.1.0 py27hc49cb51_0 pkgs/main | |
scipy 1.1.0 py27hd20e5f9_0 pkgs/main | |
scipy 1.1.0 py27he2b7bc3_1 pkgs/main | |
scipy 1.1.0 py27he2b7bc3_2 pkgs/main | |
scipy 1.1.0 py27hfa4b5c9_1 pkgs/main | |
scipy 1.1.0 py27hfc37229_0 pkgs/main | |
scipy 1.1.0 py35_nomklh9d22d0a_0 pkgs/main | |
scipy 1.1.0 py35h9b217d5_1 pkgs/main | |
scipy 1.1.0 py35hd20e5f9_0 pkgs/main | |
scipy 1.1.0 py35he2b7bc3_1 pkgs/main | |
scipy 1.1.0 py35hfa4b5c9_1 pkgs/main | |
scipy 1.1.0 py35hfc37229_0 pkgs/main | |
scipy 1.1.0 py36_nomklh9c1e066_0 pkgs/main | |
scipy 1.1.0 py36_nomklh9d22d0a_0 pkgs/main | |
scipy 1.1.0 py36h7c811a0_2 pkgs/main | |
scipy 1.1.0 py36h9b217d5_1 pkgs/main | |
scipy 1.1.0 py36hc49cb51_0 pkgs/main | |
scipy 1.1.0 py36hd20e5f9_0 pkgs/main | |
scipy 1.1.0 py36he2b7bc3_1 pkgs/main | |
scipy 1.1.0 py36he2b7bc3_2 pkgs/main | |
scipy 1.1.0 py36hfa4b5c9_1 pkgs/main | |
scipy 1.1.0 py36hfc37229_0 pkgs/main | |
scipy 1.1.0 py37_nomklh9c1e066_0 pkgs/main | |
scipy 1.1.0 py37h7c811a0_2 pkgs/main | |
scipy 1.1.0 py37h9b217d5_1 pkgs/main | |
scipy 1.1.0 py37hc49cb51_0 pkgs/main | |
scipy 1.1.0 py37he2b7bc3_1 pkgs/main | |
scipy 1.1.0 py37he2b7bc3_2 pkgs/main | |
scipy 1.1.0 py37hfa4b5c9_1 pkgs/main | |
scipy 1.2.0 py27h7c811a0_0 pkgs/main | |
scipy 1.2.0 py27he2b7bc3_0 pkgs/main | |
scipy 1.2.0 py36h7c811a0_0 pkgs/main | |
scipy 1.2.0 py36he2b7bc3_0 pkgs/main | |
scipy 1.2.0 py37h7c811a0_0 pkgs/main | |
scipy 1.2.0 py37he2b7bc3_0 pkgs/main | |
scipy 1.2.1 py27h7c811a0_0 pkgs/main | |
scipy 1.2.1 py27he2b7bc3_0 pkgs/main | |
scipy 1.2.1 py36h7c811a0_0 pkgs/main | |
scipy 1.2.1 py36he2b7bc3_0 pkgs/main | |
scipy 1.2.1 py37h7c811a0_0 pkgs/main | |
scipy 1.2.1 py37he2b7bc3_0 pkgs/main | |
(base) msarahan@ubuntu:~$ CONDA_RESTORE_FREE_CHANNEL=1 conda install -n old_python scipy=0.18 | |
Collecting package metadata (current_repodata.json): done | |
Solving environment: done | |
## Package Plan ## | |
environment location: /home/msarahan/miniconda3/envs/old_python | |
added / updated specs: | |
- scipy=0.18 | |
The following packages will be downloaded: | |
package | build | |
---------------------------|----------------- | |
libgfortran-3.0.0 | 1 281 KB defaults | |
scipy-0.18.1 | np112py36_1 31.1 MB defaults | |
------------------------------------------------------------ | |
Total: 31.3 MB | |
The following NEW packages will be INSTALLED: | |
libgfortran pkgs/free/linux-64::libgfortran-3.0.0-1 | |
scipy pkgs/free/linux-64::scipy-0.18.1-np112py36_1 | |
Proceed ([y]/n)? | |
Downloading and Extracting Packages | |
scipy-0.18.1 | 31.1 MB | ########################################################### | 100% | |
libgfortran-3.0.0 | 281 KB | ########################################################### | 100% | |
Preparing transaction: done | |
Verifying transaction: done | |
Executing transaction: done | |
(base) msarahan@ubuntu:~$ conda remove -n old_python numba | |
Collecting package metadata (repodata.json): done | |
Solving environment: done | |
## Package Plan ## | |
environment location: /home/msarahan/miniconda3/envs/old_python | |
removed specs: | |
- numba | |
The following packages will be downloaded: | |
package | build | |
---------------------------|----------------- | |
mkl-2017.0.4 | h4c4d0af_0 107.2 MB defaults | |
------------------------------------------------------------ | |
Total: 107.2 MB | |
The following NEW packages will be INSTALLED: | |
intel-openmp pkgs/main/linux-64::intel-openmp-2019.4-243 | |
The following packages will be REMOVED: | |
llvmlite-0.18.0-py36_0 | |
numba-0.33.0-np112py36_0 | |
The following packages will be UPDATED: | |
mkl pkgs/free::mkl-2017.0.3-0 --> pkgs/main::mkl-2017.0.4-h4c4d0af_0 | |
Proceed ([y]/n)? n | |
CondaSystemExit: Exiting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment