conda not available in newly created environments

0 views
Skip to first unread message

bren...@gmail.com

unread,
Jan 18, 2018, 11:10:19 AM1/18/18
to Anaconda - Public
I'm on Windows 7.  I have some existing environments.  After activating one of those environments, I can use "conda", e.g., to do stuff like "conda install blah".  If I use "where", it shows something like:

(myenv) C:\Users\me>where conda
C:\path\to\Anaconda3\envs\myenv\Scripts\conda
C:\path\to\Anaconda3\envs\myenv\Scripts\conda.bat

And I can see that those files are indeed there in the environment's "Scripts" directory.

However, if I create a new environment with "conda create -n newenv", the new environment does not have conda.  Trying to do anything with conda gives an error: "'conda' is not recognized as an internal or external command, operable program or batch file."  If I look in the environment's Scripts directory, I indeed see no conda file.

To make things even more peculiar, if I first activate the base environment, and then from there activate my new environment, then I can use conda, but it's accessing conda from the base environment:

C:\Users\me>\path\to\Anaconda3\Scripts\activate

(base) C:\Users\me>\path\to\Anaconda3\Scripts\activate newenv

(newenv) C:\Users\me>where conda
C:\path\to\Anaconda3\Library\bin\conda.bat
C:\path\to\Anaconda3\Scripts\conda.exe

I'm not sure exactly when this change took place.  It seems that environments created within the past couple months have no conda.

What is going on here?  I could do "conda install conda" in my new environment, but I thought you were supposed to install conda in non-root environments.  What am I supposed to do to get conda working in all environments?

Will Warner

unread,
Jan 18, 2018, 8:07:24 PM1/18/18
to Anaconda - Public
What's the output of "conda -V" in the base environment? I wonder if upgrading conda in the base environment to the most recent version with "conda update conda" could solve this.

Are you using the Anaconda Prompt? It should activate the base environment when you first start it, although something may be going wrong with that. Conda doesn't support other shells such as the default Windows command prompt or PowerShell.

Brendan Barnwell

unread,
Jan 18, 2018, 10:09:03 PM1/18/18
to Anaconda - Public
On Thursday, January 18, 2018 at 5:07:24 PM UTC-8, Will Warner wrote:
What's the output of "conda -V" in the base environment? I wonder if upgrading conda in the base environment to the most recent version with "conda update conda" could solve this.

It says conda 4.4.7.  I already tried "conda update conda" and it says it's already installed.
 
Are you using the Anaconda Prompt? It should activate the base environment when you first start it, although something may be going wrong with that. Conda doesn't support other shells such as the default Windows command prompt or PowerShell.

That's news to me.  If that is the case, where is that stated in the documentation?  In particular, why does it not say that here ( https://conda.io/docs/user-guide/getting-started.html#managing-envs ) or here ( https://conda.io/docs/user-guide/concepts.html ) or indeed ANYWHERE that I can see?  Everything says "Terminal or Anaconda Prompt", and "Terminal" on Windows means the standard Windows command prompt.

Also, all the Anaconda Prompt shortcut does is run CMD.EXE with some arguments.  How then can CMD.EXE itself not be supported?

The Anaconda Prompt, like the default windows prompt, is extremely weak and limited.  If other more full-featured shells (like ConEmu or Cmder) do not work, that seems to imply a rather crippling limitation on conda itself as well.  If there is such a limitation, why isn't it stated in big red letters all over the place in the documentation?

Pete Jemian

unread,
Jan 18, 2018, 10:43:59 PM1/18/18
to anac...@continuum.io
I, too, do not understand this remark.

On 1/18/2018 7:07 PM, Will Warner wrote:
> Conda doesn't support other shells such as the default Windows command
> prompt or PowerShell.

The conda environment commands (such as "activate my_env") work for me
in the Windows (Win10) cmd.exe shell. Is the observed "works in the
shell" different than the stated "support for the shell"?

Thanks,
Pete

Will Warner

unread,
Jan 19, 2018, 1:59:11 PM1/19/18
to Anaconda - Public
The Anaconda Prompt makes sure that the PATH is set correctly without interfering with other software, and makes sure that any activation scripts for each conda environment are run correctly. Many environments don't have any activation scripts, but some do. It may be possible to use other shells with conda, but it may require some custom configuration work. It's similar to the situation with csh and other shells such as xonsh on Linux and macOS; some users may be able to make it work with some custom configuration, and adding support for them in the future is possible, but currently the only shells supported are bash on Linux and macOS and the Anaconda Prompt on Windows. You can read more information here:




You can find more threads on Stack Overflow and GitHub with a web search for something like [anaconda powershell].

The intended meaning of "Use the Terminal or an Anaconda Prompt" in the docs is "On macOS or Linux use the Terminal which will open a bash shell, or on Windows use an Anaconda Prompt." We didn't realize that Windows users would understand "use the Terminal" to mean "use any shell". I agree that this should be rewritten and spelled out in a clear and unambiguous way, so I've made an issue to track that: https://github.com/conda/conda-docs/issues/530

Will Warner

unread,
Jan 19, 2018, 3:10:18 PM1/19/18
to Anaconda - Public
Lead conda developer Kale Franz gave me some more information that's relevant here: conda 4.4 has recently added shell wrappers for bash, zsh, ash, fish, cmd.exe, csh, tcsh, and xonsh, and the team's hoping to add a PowerShell wrapper soon. Any conda user who also uses PowerShell is welcome to take a swing at it, and being able to use the other shell wrappers as a model should make it somewhat easier.

Pete Jemian

unread,
Jan 19, 2018, 4:31:35 PM1/19/18
to anac...@continuum.io
Will:

Thanks for the detailed answer and also thanks for the clarity of the
background research for this answer.

Pete

Will Warner

unread,
Jan 19, 2018, 4:35:12 PM1/19/18
to Anaconda - Public
Certainly! Here's hoping soon there will be a good PowerShell wrapper and better news to report for everyone.

ksre...@gmail.com

unread,
Jan 22, 2018, 10:48:07 AM1/22/18
to Anaconda - Public
Hi Will,
I have a similar problem sort of; when I create a new environment like this:

(base) C:\Users\krwin>conda create -n aws27 python=2.7 anaconda
Solving environment: done

## Package Plan ##

  environment location: C:\Users\krwin\Anaconda3\envs\aws27

  added / updated specs:
    - anaconda
    - python=2.7


The following NEW packages will be INSTALLED:

    anaconda:       custom-py27h689e5c3_0
    intelpython:    2018.0.0-3              intel
    openssl:        1.0.2l-vc9_intel_0      intel [vc9,intel]
    pip:            9.0.1-py27_intel_0      intel [intel    ]
    python:         2.7.14-intel_1          intel [intel    ]
    setuptools:     27.2.0-py27_intel_0     intel [intel    ]
    tcl:            8.6.4-vc9_intel_17      intel [vc9,intel]
    tk:             8.6.4-vc9_intel_26      intel [vc9,intel]
    vc:             9.0-2                   intel
    vs2008_runtime: 9.00.30729.6161-intel_0 intel [intel    ]
    wheel:          0.29.0-py27_intel_5     intel [intel    ]

Proceed ([y]/n)? y

My first question is, why only those few packages? I thought you get the standard set of packages. But then I got the following so I am confused and don't know why I am getting this.

Proceed ([y]/n)? y

Preparing transaction: done
Verifying transaction: \
SafetyError: The package for vs2008_runtime located at C:\Users\krwin\Anaconda3\pkgs\vs2008_runtime-9.00.30729.6161-intel_0
appears to be corrupted. The path 'Library/bin/msvcm90.dll'
has a sha256 mismatch.
  reported sha256: 47b4e80f1173532365fceedaeeb495bdaefac4d362eb62bb92f4fea589d2c104
  actual sha256: d0997ef46d16b261b80ae4b56f2e95ce1cebb2e41685884422c73836120e6406

SafetyError: The package for vs2008_runtime located at C:\Users\krwin\Anaconda3\pkgs\vs2008_runtime-9.00.30729.6161-intel_0
appears to be corrupted. The path 'msvcm90.dll'
has a sha256 mismatch.
  reported sha256: 47b4e80f1173532365fceedaeeb495bdaefac4d362eb62bb92f4fea589d2c104
  actual sha256: d0997ef46d16b261b80ae4b56f2e95ce1cebb2e41685884422c73836120e6406

SafetyError: The package for openssl located at C:\Users\krwin\Anaconda3\pkgs\openssl-1.0.2l-vc9_intel_0
appears to be corrupted. The path 'Library/bin/libeay32.dll'
has a sha256 mismatch.
  reported sha256: 66e20a695ade83b56ed4b445758c10f4cb008a815683003e27a653e813a1af76
  actual sha256: 40d2a813e2dc9fd05c084b6c45bcdce13c36e45869dbfeff38c23a733c4bae2e

SafetyError: The package for openssl located at C:\Users\krwin\Anaconda3\pkgs\openssl-1.0.2l-vc9_intel_0
appears to be corrupted. The path 'Library/bin/ssleay32.dll'
has a sha256 mismatch.
  reported sha256: 6334045751a04960985ba538d5da15dd37d2f35c8f1021cc7de321069b5dd7e8
  actual sha256: 6c174e87be1ed123c7aefa8ebcb3678774281fcabf4dedf0f2a6e9e4e42c8705

SafetyError: The package for tcl located at C:\Users\krwin\Anaconda3\pkgs\tcl-8.6.4-vc9_intel_17
appears to be corrupted. The path 'Library/bin/tcl86t.dll'
has a sha256 mismatch.
  reported sha256: c4d58ac96754ceaf0cf6bddfe3aa54989e2d6919448c081cbabc34d5d93cf352
  actual sha256: 4bfe59ac20d947bbab5f5747c3e074c19bf23117061daae31a721a6480da1e91

SafetyError: The package for tcl located at C:\Users\krwin\Anaconda3\pkgs\tcl-8.6.4-vc9_intel_17
appears to be corrupted. The path 'Library/lib/dde1.4/tcldde14.dll'
has a sha256 mismatch.
  reported sha256: 71570dbaafdac4fbeb444f3bb83ee562d8bdaba14d6b538239cab5f9b6c23c44
  actual sha256: 681145904219d204ae85b512c64fe1cb63289a1bf10ad0928a3eb9a001e57c36

SafetyError: The package for tcl located at C:\Users\krwin\Anaconda3\pkgs\tcl-8.6.4-vc9_intel_17
appears to be corrupted. The path 'Library/lib/reg1.3/tclreg13.dll'
has a sha256 mismatch.
  reported sha256: d8a1c1a0eb795cb622829c7849a4594285c1b88d4c240b553beece560b385bd9
  actual sha256: 200ff5b496df3c3bce855a894c55a3e30b3c3b482832ca8b1c86365db33df9ef

SafetyError: The package for tk located at C:\Users\krwin\Anaconda3\pkgs\tk-8.6.4-vc9_intel_26
appears to be corrupted. The path 'Library/bin/tk86t.dll'
has a sha256 mismatch.
  reported sha256: 8c5cd3a460f931c3392ec3560d80be4eda8ea3d421f6515662f89f75d8f8e999
  actual sha256: c9c5686b237349c7fd0bd0013a71608ed35a8966acc566efa7b1b0fe1c491cae

SafetyError: The package for tk located at C:\Users\krwin\Anaconda3\pkgs\tk-8.6.4-vc9_intel_26
appears to be corrupted. The path 'Library/bin/wish86t.exe'
has a sha256 mismatch.
  reported sha256: d27fd6d04fd42559c33f342099011fec1a3f7c5c51bf6dd6e9f38b3861a1dd8a
  actual sha256: eff7c29f61d19522f06b98ce5a25a685f7584e27a6bf400f9a75ce9632862e7a

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'DLLs/sqlite3.dll'
has a sha256 mismatch.
  reported sha256: 7787bf680d71139028b1e83acdf8c0ff0fc128a444312d94176a4624b5090f05
  actual sha256: fb526bb71f795ebd5592b0c46196897e2cc1a67cb4df1c72e0d4446004dd00a8

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'Lib/distutils/command/wininst-6.0.exe'
has a sha256 mismatch.
  reported sha256: 751941b4e09898c31791efeb5f90fc7367c89831d4a98637ed505e40763e287b
  actual sha256: 5bc806f9fc839614e0582e8d74f74beb87016da127592a0ec1349f8e54aac5fd

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'Lib/distutils/command/wininst-7.1.exe'
has a sha256 mismatch.
  reported sha256: 4a3387a54eeca83f3a8ff1f5f282f7966c9e7bfe159c8eb45444cab01b3e167e
  actual sha256: 6596513655ce907a1e168a5765b589ae1e596d6b50290d7943185661263fb3de

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'Lib/distutils/command/wininst-8.0.exe'
has a sha256 mismatch.
  reported sha256: e362670f93cdd952335b1a41e5529f184f2022ea4d41817a9781b150b062511c
  actual sha256: 2bc9fe0754b6e1d02e54644554a1a19b235e0d7c3162f4d00065681269a7e5da

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'Lib/distutils/command/wininst-9.0-amd64.exe'
has a sha256 mismatch.
  reported sha256: 75d348a3330bc527b2b2ff8a0789f711bd51461126f8df0c0aa1647e9d976809
  actual sha256: ec74a31c3a041273f662a8ba0975edf50e35a0a5861475298af2a70b7458e196

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'Lib/distutils/command/wininst-9.0.exe'
has a sha256 mismatch.
  reported sha256: 52def964142be6891054d2f95256a3b05d66887964fcd66b34abfe32477e8965
  actual sha256: c49761b11c43c4feba8b3ab013496e54a5f12494cf192512122a74f17ae94ce2

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'Scripts/2to3.exe'
has a sha256 mismatch.
  reported sha256: d3c949216ec488400351482955b8593b5887e79def45f6020b6dd280e1807482
  actual sha256: 9da0a5fac6ada236d5765ef63783143945f06614fd9d0025719102e6f4fb027a

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'Scripts/idle.exe'
has a sha256 mismatch.
  reported sha256: d3c949216ec488400351482955b8593b5887e79def45f6020b6dd280e1807482
  actual sha256: 9da0a5fac6ada236d5765ef63783143945f06614fd9d0025719102e6f4fb027a

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'Scripts/pydoc.exe'
has a sha256 mismatch.
  reported sha256: d3c949216ec488400351482955b8593b5887e79def45f6020b6dd280e1807482
  actual sha256: 854f0da925519edee74a100dec8812ee2546d4527f1e928b4d36b2f8e240a93d

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'python.exe'
has a sha256 mismatch.
  reported sha256: 9faccf49a6604e9514ed395240cd07c0bf0858ba74562e99195c5683de03eec8
  actual sha256: 77a7801257f0911b7a5272a13a1959f93067b025b53cee111c1cb712a4b6f926

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'python27.dll'
has a sha256 mismatch.
  reported sha256: b156434b3ed600876cac61da344cbd716f36cb038fb9cecf706e8e634b31ac29
  actual sha256: e38827e7f8226e5bc98c32807a7dc8f8ba73c5998f691d804d2f371e6c2771ed

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'pythonw.exe'
has a sha256 mismatch.
  reported sha256: db9f1e4c0b27aae8df44958070379b4cbff574cf481c75bddb5d3fcb1d392f00
  actual sha256: 04dd0f739dad3a415a7313d0d0c4b1c9a3494b746932dff425f4fd30bd6b2fac

SafetyError: The package for python located at C:\Users\krwin\Anaconda3\pkgs\python-2.7.14-intel_1
appears to be corrupted. The path 'w9xpopen.exe'
has a sha256 mismatch.
  reported sha256: 4fb32548033fa3112f2f44147b4bd8a393934e87f12292383826062245394098
  actual sha256: 98c7c45fec80deb347c755f823ee77d90189eefa8b185613fd00d8d273600725

SafetyError: The package for setuptools located at C:\Users\krwin\Anaconda3\pkgs\setuptools-27.2.0-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/setuptools/cli-32.exe'
has a sha256 mismatch.
  reported sha256: 75f12ea2f30d9c0d872dade345f30f562e6d93847b6a509ba53beec6d0b2c346
  actual sha256: bd69724fdbccb7742334f818f5012effc13c03b73e0b12c8abe8a0236468fad4

SafetyError: The package for setuptools located at C:\Users\krwin\Anaconda3\pkgs\setuptools-27.2.0-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/setuptools/cli-64.exe'
has a sha256 mismatch.
  reported sha256: 28b001bb9a72ae7a24242bfab248d767a1ac5dec981c672a3944f7a072375e9a
  actual sha256: 7e8659a0b38ffe30486bfa0d046440521526e56a0d37b63211b5a1b589061a39

SafetyError: The package for setuptools located at C:\Users\krwin\Anaconda3\pkgs\setuptools-27.2.0-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/setuptools/cli.exe'
has a sha256 mismatch.
  reported sha256: 75f12ea2f30d9c0d872dade345f30f562e6d93847b6a509ba53beec6d0b2c346
  actual sha256: bd69724fdbccb7742334f818f5012effc13c03b73e0b12c8abe8a0236468fad4

SafetyError: The package for setuptools located at C:\Users\krwin\Anaconda3\pkgs\setuptools-27.2.0-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/setuptools/gui-32.exe'
has a sha256 mismatch.
  reported sha256: 5c1af46c7300e87a73dacf6cf41ce397e3f05df6bd9c7e227b4ac59f85769160
  actual sha256: 0edbb73dae3111b0c15a6c1a078d91104737b8d570251512e95c251b6ce1aca9

SafetyError: The package for setuptools located at C:\Users\krwin\Anaconda3\pkgs\setuptools-27.2.0-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/setuptools/gui-64.exe'
has a sha256 mismatch.
  reported sha256: 69828c857d4824b9f850b1e0597d2c134c91114b7a0774c41dffe33b0eb23721
  actual sha256: 1dda2f8eff8e00b03d4a5c9f39a8b68a6e8c9b7d9e9d7e9f7c68ddfa349c31ca

SafetyError: The package for setuptools located at C:\Users\krwin\Anaconda3\pkgs\setuptools-27.2.0-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/setuptools/gui.exe'
has a sha256 mismatch.
  reported sha256: 5c1af46c7300e87a73dacf6cf41ce397e3f05df6bd9c7e227b4ac59f85769160
  actual sha256: 0edbb73dae3111b0c15a6c1a078d91104737b8d570251512e95c251b6ce1aca9

SafetyError: The package for setuptools located at C:\Users\krwin\Anaconda3\pkgs\setuptools-27.2.0-py27_intel_0
appears to be corrupted. The path 'Scripts/easy_install.exe'
has a sha256 mismatch.
  reported sha256: d3c949216ec488400351482955b8593b5887e79def45f6020b6dd280e1807482
  actual sha256: 2624b33e4cb69b049fd1d0b0807cb505d24cfae98e885aadae76553d6b479edb

SafetyError: The package for wheel located at C:\Users\krwin\Anaconda3\pkgs\wheel-0.29.0-py27_intel_5
appears to be corrupted. The path 'Scripts/wheel.exe'
has a sha256 mismatch.
  reported sha256: d3c949216ec488400351482955b8593b5887e79def45f6020b6dd280e1807482
  actual sha256: 5970427f391277230595e41924d6f7ec5aff84d80d217fd028061650750366ec

SafetyError: The package for pip located at C:\Users\krwin\Anaconda3\pkgs\pip-9.0.1-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/pip/_vendor/distlib/t32.exe'
has a sha256 mismatch.
  reported sha256: 729d140140c3af5b46031f1a7652b159b08721afa80776f17afe73633800afc1
  actual sha256: 486df9d2f25dd72ceab92e113b78e1a52b9af03016ffa61d70c3f2f0575bcb5d

SafetyError: The package for pip located at C:\Users\krwin\Anaconda3\pkgs\pip-9.0.1-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/pip/_vendor/distlib/t64.exe'
has a sha256 mismatch.
  reported sha256: 1629630cf717f6abe87bd15813ff693441ea6ea32785c08eb88fe82c9e05f45f
  actual sha256: 9d68552e8cbf35314f7fa292cf9a0bd0014c6c6337a122773371a71044bcc068

SafetyError: The package for pip located at C:\Users\krwin\Anaconda3\pkgs\pip-9.0.1-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/pip/_vendor/distlib/w32.exe'
has a sha256 mismatch.
  reported sha256: 2c8b6b0497ac12ab7641342e07eca16b661b31e81444798799d4b186306a9a77
  actual sha256: 07aee5baff2d39b177e29b5f3b107b90023d1626009fbecfdcb2bc8131ffe765

SafetyError: The package for pip located at C:\Users\krwin\Anaconda3\pkgs\pip-9.0.1-py27_intel_0
appears to be corrupted. The path 'Lib/site-packages/pip/_vendor/distlib/w64.exe'
has a sha256 mismatch.
  reported sha256: 9ff3e2a010bb96dcfbb0093558b6cbcd92604b84766b14b2ff41cf7fc642b048
  actual sha256: 6adc124f33308be328bfba09149b8cbc5ebcc6a4c27b1a87cd577de2c1a15994

SafetyError: The package for pip located at C:\Users\krwin\Anaconda3\pkgs\pip-9.0.1-py27_intel_0
appears to be corrupted. The path 'Scripts/pip.exe'
has a sha256 mismatch.
  reported sha256: d3c949216ec488400351482955b8593b5887e79def45f6020b6dd280e1807482
  actual sha256: 43a57a2bc3e11b7b3728cb5306d2eff28e42a3405c9977698df57da23b013bfc


|
done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate aws27
#
# To deactivate an active environment, use
#
#     $ conda deactivate


(base) C:\Users\krwin>activate aws27

(aws27) C:\Users\krwin>conda list
# packages in environment at C:\Users\krwin\Anaconda3\envs\aws27:
#
anaconda                  custom           py27h689e5c3_0
intelpython               2018.0.0                      3    intel
openssl                   1.0.2l              vc9_intel_0  [vc9 intel]  intel
pip                       9.0.1              py27_intel_0  [intel]  intel
python                    2.7.14                  intel_1  [intel]  intel
setuptools                27.2.0             py27_intel_0  [intel]  intel
tcl                       8.6.4              vc9_intel_17  [vc9 intel]  intel
tk                        8.6.4              vc9_intel_26  [vc9 intel]  intel
vc                        9.0                           2    intel
vs2008_runtime            9.00.30729.6161         intel_0  [intel]  intel
wheel                     0.29.0             py27_intel_5  [intel]  intel

(aws27) C:\Users\krwin>

Please HELP! How can I fix this?

Ken

On Friday, January 19, 2018 at 12:59:11 PM UTC-6, Will Warner wrote:

Will Warner

unread,
Jan 22, 2018, 5:51:07 PM1/22/18
to Anaconda - Public
Unfortunately I'm not sure what would cause the "anaconda" metapackage not to include the other packages, or what would cause the sha256 mismatches. Does anyone else on this list have ideas?
Reply all
Reply to author
Forward
0 new messages