Skip to content
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

Pipeline constructor initializing libiomp5 multiple times #251

Open
Jeff-Winchell opened this issue Jun 6, 2024 · 0 comments
Open

Pipeline constructor initializing libiomp5 multiple times #251

Jeff-Winchell opened this issue Jun 6, 2024 · 0 comments

Comments

@Jeff-Winchell
Copy link

Just running the first two lines of your sample code on a very basic environment generates errors.

import keras_OCR
pipeline = keras_ocr.pipeline.Pipeline()

"OMP: Error #15: Initializing libiomp5, but found libiomp5md.dll already initialized. This means that multiple copies of the OpenMP runtime have been linked into the program."

This is in an environment built by these few lines
conda create --yes --name OCR python=3.9 tensorflow=2.10.0 nbclassic=1.1.0
Conda activate OCR
pip install keras-ocr==0.9.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant