paddle安装问题
Ta的回复 :Python 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 15 2019, 00:11:34) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import paddle.fluid >>> paddle.fluid.install_check.run_check() Running Verify Fluid Program ... W0131 16:28:38.602265 9596 operator.cc:179] fill_constant raises an exception class std::runtime_error, cublas64_100.dll not found. C:\Python\Python37\lib\site-packages\paddle\fluid\executor.py:779: UserWarning: The following exception is not an EOF exception. "The following exception is not an EOF exception.") Traceback (most recent call last): File "", line 1, in File "C:\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 123, in run_check test_simple_exe() File "C:\Python\Python37\lib\site-packages\paddle\fluid\install_check.py", line 119, in test_simple_exe exe0.run(startup_prog) File "C:\Python\Python37\lib\site-packages\paddle\fluid\executor.py", line 780, in run six.reraise(*sys.exc_info()) File "C:\Python\Python37\lib\site-packages\six.py", line 703, in reraise raise value File "C:\Python\Python37\lib\site-packages\paddle\fluid\executor.py", line 775, in run use_program_cache=use_program_cache) File "C:\Python\Python37\lib\site-packages\paddle\fluid\executor.py", line 822, in _run_impl use_program_cache=use_program_cache) File "C:\Python\Python37\lib\site-packages\paddle\fluid\executor.py", line 899, in _run_program fetch_var_name) RuntimeError: cublas64_100.dll not found.