Created
October 19, 2019 22:42
-
-
Save nictuku/472767cc99b5ebbf5f1cc3676b760baa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Running: /root/.yourbase/tools/miniconda3/miniconda-4.7.10/bin/conda update -q conda in /workspace | |
Collecting package metadata (current_repodata.json): ...working... done | |
Solving environment: ...working... done | |
## Package Plan ## | |
environment location: /root/.yourbase/tools/miniconda3/miniconda-4.7.10 | |
added / updated specs: | |
- conda | |
The following packages will be downloaded: | |
package | build | |
---------------------------|----------------- | |
asn1crypto-1.0.1 | py37_0 161 KB | |
ca-certificates-2019.8.28 | 0 132 KB | |
certifi-2019.9.11 | py37_0 154 KB | |
chardet-3.0.4 | py37_1003 174 KB | |
conda-4.7.12 | py37_0 3.0 MB | |
conda-package-handling-1.6.0| py37h7b6447c_0 797 KB | |
openssl-1.1.1d | h7b6447c_3 3.7 MB | |
pysocks-1.7.1 | py37_0 30 KB | |
sqlite-3.30.0 | h7b6447c_0 1.9 MB | |
tqdm-4.36.1 | py_0 50 KB | |
------------------------------------------------------------ | |
Total: 10.1 MB | |
The following packages will be REMOVED: | |
bzip2-1.0.8-h7b6447c_0 | |
libarchive-3.3.3-h5d8350f_5 | |
libxml2-2.9.9-hea5a465_1 | |
lz4-c-1.8.1.2-h14c3975_0 | |
lzo-2.10-h49e0be7_2 | |
pip-19.1.1-py37_0 | |
python-libarchive-c-2.8-py37_11 | |
setuptools-41.0.1-py37_0 | |
wheel-0.33.4-py37_0 | |
zstd-1.3.7-h0b5b093_0 | |
The following packages will be UPDATED: | |
asn1crypto 0.24.0-py37_0 --> 1.0.1-py37_0 | |
ca-certificates 2019.5.15-0 --> 2019.8.28-0 | |
certifi 2019.6.16-py37_0 --> 2019.9.11-py37_0 | |
chardet 3.0.4-py37_1 --> 3.0.4-py37_1003 | |
conda 4.7.10-py37_0 --> 4.7.12-py37_0 | |
conda-package-han~ 1.3.11-py37_0 --> 1.6.0-py37h7b6447c_0 | |
openssl 1.1.1c-h7b6447c_1 --> 1.1.1d-h7b6447c_3 | |
pysocks 1.7.0-py37_0 --> 1.7.1-py37_0 | |
sqlite 3.29.0-h7b6447c_0 --> 3.30.0-h7b6447c_0 | |
tqdm 4.32.1-py_0 --> 4.36.1-py_0 | |
Preparing transaction: ...working... done | |
Verifying transaction: ...working... failed | |
RemoveError: 'setuptools' is a dependency of conda and cannot be removed from | |
conda's operating environment. | |
Unable to run setup command: /root/.yourbase/tools/miniconda3/miniconda-4.7.10/bin/conda update -q conda |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment