billowy-exabyte-36648
06/22/2023, 12:09 PM.conda
archive instead of the old .tar.bz2
.
This reproduces the error for me: CONDA_SUBDIR=linux-64 conda create -n test python
, even with CONDA_SAFETY_CHECKS=disabled
, maybe the safety checks don't consider .conda
archives.
CONDA_SAFETY_CHECKS=disabled CONDA_SUBDIR=linux-64 conda create -n test python ncurses=6.3
works, I haven't tried it yet in a @conda
decorator but I assume it will work there too.
Out of curiosity, do you have / would you recommend case-sensitive file systems on Mac or do you use a separate APFS volume for the Conda packages directory as suggested here? https://github.com/conda/conda/issues/6514