neuml / codequestion

🔎 Semantic search for developers
Apache License 2.0
532 stars 47 forks source link

OMP: Error #15: Initializing libomp140.x86_64.dll, but found libiomp5md.dll already initialized. #31

Open peterhoang opened 7 months ago

peterhoang commented 7 months ago

I'm able to get codequestion running but as soon as I begin to query it crashes with the following error:

OMP: Error #15: Initializing libomp140.x86_64.dll, but found libiomp5md.dll already initialized.

I'm running in Windows 10, venv, Python 3.11.3, Windows Powershell.

I already tried uninstalling numby and torch and reinstalling them, but same results.

kdrew0925 commented 2 months ago

same