import paddle.fluid DLL load failed
Created by: lluck42
os window 10 1803
python 3.6.3 python 3.7.3
pip install paddlepaddle success
py import paddle.fluid
Traceback (most recent call last): File "test.py", line 1, in import paddle.fluid File "D:\Program Files\Python36\lib\site-packages\paddle\fluid_init_.py", line 18, in from . import framework File "D:\Program Files\Python36\lib\site-packages\paddle\fluid\framework.py", line 47, in (executable_path, executable_path, cpt.get_exception_message(e))) ImportError: NOTE: You may need to run "set PATH=D:\Program Files\Python36;%PATH%" if you encounters "DLL load failed" errors. If you have python installed in other directory, replace "D:\Program Files\Python36" with your own directory. The original error is: DLL load failed: 找不到指定的模块。
看到之前有人说3.6.6可以用就装了下3.6.3,结果还是没法用