-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
PPPCRlabel启动不了 #10328
Comments
添加下列代码:import os
os.environ['KMP_DUPLICATE_LIB_OK']='True' |
这个有可能是因为系统环境中存在多个版本的OpenMP库导致,可以把环境变量KMP_DUPLICATE_LIB_OK设置成True试试。vbnet 复制代码
在代码中解决方案如下:lua 复制代码
或:
|
该issue长时间未更新,暂将此issue关闭,如有需要可重新开启。 |
n.exe e:/anaconda/conda/envs/pytorch_gpu/Lib/site-packages/PPOCRLabel/PPOCRLabel.py
OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
The text was updated successfully, but these errors were encountered: