amrrs / image-to-text-python-app

OCR Web app with `easyocr` and `streamlit`
MIT License
16 stars 21 forks source link

Get wierd error message when I run this... OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. #1

Open richlysakowski opened 2 years ago

richlysakowski commented 2 years ago

I installed Pillow and the other dependencies needed for this package on Windows 10 Pro.

I followed the instrutions to start the program:

Streamlit-OCR-App>streamlit run ocr.py

You can now view your Streamlit app in your browser.

Local URL: http://localhost:8501 Network URL: http://192.168.1.163:8501

BUT I GET THE FOLLOWING ERROR MESSAGE:

OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.

amrrs commented 2 years ago

I had a YouTube Sub with the same error, Is it a normal computer or some other special Intel machine?