We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For documentation purposes
In one of our servers I ran into a mkl problem during the update. It was solved by a mamba update --all
mamba update --all
MSS : symbol lookup error: .../miniconda3/envs/demo/lib/python3.7/site-packages/mkl/../../../libmkl_intel_thread.so: undefined symbol: omp_get_num_procs
mkl 2020.2 256 installed mkl 2020.4 h726a3e6_304 conda-forge/linux-64 Cached
The text was updated successfully, but these errors were encountered:
update procedure was
conda install mamba mamba update --all conda install mss==2.0.1 mamba update --all
in the first mamba update all it fetched mss==2.0.0 unfortunately it was not the newest build
Sorry, something went wrong.
was adressed and solved in mamba :)
No branches or pull requests
For documentation purposes
In one of our servers I ran into a mkl problem during the update. It was solved by a
mamba update --all
MSS : symbol lookup error: .../miniconda3/envs/demo/lib/python3.7/site-packages/mkl/../../../libmkl_intel_thread.so: undefined symbol: omp_get_num_procs
The text was updated successfully, but these errors were encountered: