Cannot install Python 3.7 on osx-arm64

No native builds available Since Python 3.8 had been released for about a year when Apple Silicon hit the market, Python 3.7 builds for osx-arm64 were never part of the regular build matrix for Conda Forge. Workaround: Emulate Immediate alternatives for using 3.7 on Apple Silicon systems would be to emulate x86_64 with Rosetta or … Read more

Can I update to Python 3.9 or 3.10 in Anaconda base (root)?

According to your error message you can’t upgrade conda base to python 3.10 since this would lead to incompatibilities. (Supposedly there are some issues with the numpy package.) So you’ll have to wait for the next Anaconda release. However, the whole point of conda is using virtual environments: conda create –name py10 python=3.10 This allows … Read more

Viewing history of conda transactions?

There is a –revisions, -r flag for this. conda list –revisions Check the conda list –help for more info. If you’d like an exact history, there is a conda-meta/history log in every environment. You could, for example, pull out every command ever executed in an environment, plus a timestamp, using grep -B1 “^# cmd” ${CONDA_PREFIX}/conda-meta/history

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)