Cheng H. Lee
Cheng H. Lee
It's likely related to the compiler options used to build the linux-aarch64 packages on defaults; basically, Anaconda uses options that target the server-class Neoverse N1/N2 microarchitecture, rather than the application-class...
Does `~/.config/condarc` exist, and if so, does it contain any configuration options?
Anaconda.org is having caching issues with its CloudFlare CDN. We are working with CloudFlare to resolve that issue, and in parallel, deploying a hotfix to anaconda.org that should alleviate the...
We've pushed a hotfix to the anaconda.org servers that should mitigate this issue; we will be monitoring it for the next 24 hours or so to verify it works. Please...
In addition to what @LtDan33 mentioned, [Anaconda's Python recipes](https://github.com/AnacondaRecipes/python-feedstock/blob/master/recipe/meta.yaml) no longer use `track_features`, so it's mostly historical information at this point. It should be safe to remove.
On-going list of (potentially) related issues: - conda/conda#11771 - conda/conda#11279 - conda/conda#7472
What operating system is this for (Linux, AIX, i5/OS)?
Huh, turns out this is already supported via `conda info --all`: ``` $ DYLD_LIBRARY_PATH= PYTHONHOME= PYTHONPATH= LDPRELOAD= LD_LIBRARY_PATH= conda info --all active environment : base active env location : $HOME/Applications/miniconda3...
Is this in WSL, or a native Ubuntu install? Asking because you seem to have picked up the Windows conda executables for some reason.
> ...put up the idea of dropping osx-64 support entirely. This was mostly to spur discussion of when/if we should start considering that, mostly because I expect that at _some_...