-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
Training spaCy project file in Anaconda - OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. #7664
Comments
Hm. I've used Anaconda & Windows with spaCy before, but I've never run into anything remotely similar :| |
Hi Edmond,
Hope this helps |
This solved the issue!
Thank you @rmitanch |
I had same error but trying to execute EfficientPose github project, and this solved it. |
Where are you meant to add these 2 lines to? |
@Dhilen-Chin I answered you in #8366, please don't post the same question in multiple issues, it's disruptive. I'm going to lock this issue, any comments on issues with this DLL can go in #8366. |
How to reproduce the behaviour
Running Spacy project in Anaconda gives OpenMP error.
Happens in clean windows installation (reinstalled) and either in clean environment of conda or miniconda (both installed on clean environment) when using individual Anaconda build. For example, when running the ner_drugs tutorial.
Tried to downgrade intel-openmp to 2020.2 (conda install -n spacy intel-openmp=2020.2) but didn't solve.
When installed in clean (non Anaconda) Python environment (in virtual environment via https://docs.python.org/3/tutorial/venv.html) it does not have this error!
Your Environment
Using clean Anaconda individual installation on top of reinstalled windows version.
SpaCy project output
List of packages in environment
The text was updated successfully, but these errors were encountered: