问题描述 Issue Description
报错信息是这样的
Error: Can not inport paddle core while this file exists: C:\Users\ADMINI^1\AppD
ata\Local\Temp_MEI65842\paddle\fluid\libpaddle.pyd
Traceback <most recent call last):
File "paddle\fluid\core.py", line 269, in
ImportError: DLL load failed with error code -1073741795
During handling of the above exception, another exception occurred:
........省略........
File "PyInstaller\loader\pyinod02_importers.py", line 385, in exec_module
File "paddle\fluid\core.py", line 351, in
uneError: nane 'libpaddle' is not defined
492] Failed to execute script 'ocr' due to unhandled exception!
版本&环境信息 Version & Environment Information
PaddlePaddle版本:2.5。
CPU:win10系统的支持AVX命令集,win7系统的不支持AVX命令集,目前不知道win7系统下支持AVX命令集是怎么样。
系统环境:win10 (正常),win7(有问题)。
Python版本(3.7.1)。
2条答案
按热度按时间dxxyhpgq1#
你好,win10和win7系统环境不同,建议重新在win7环境下搭建paddle环境后使用
tgabmvqs2#
找到原因了。是Paddle版本太高了,降低到2.3.2,就不会报这个错了。如果又报错,cpu不支持avx这种的就换个noavx版本