OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized. #11525
-
I created a new conda environment, installed pytorch, and then wanted to install spaCy. I ran 'conda install -c conda-forge spacy' which worked. However, when I ran 'python -m spacy download en_core_web_s', I got the following error:
I would prefer not to do the unsafe, unsupported, undocumented workaround, but resolve the issue properly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
SOLUTION: |
Beta Was this translation helpful? Give feedback.
SOLUTION:
conda uninstall intel-openmp -n base
conda install -c intel openmp -n myenv