You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\anaconda\envs\myenv\python.exe D:/PYTORCH/Gpufit/python/examples/eg1.py
Traceback (most recent call last):
File "D:\PYTORCH\Gpufit\python\examples\eg1.py", line 4, in
import pygpufit.gpufit as gf
File "D:\anaconda\envs\myenv\lib\site-packages\pygpufit\gpufit.py", line 24, in
lib = cdll.LoadLibrary(lib_path)
File "D:\anaconda\envs\myenv\lib\ctypes_init_.py", line 452, in LoadLibrary
return self.dlltype(name)
File "D:\anaconda\envs\myenv\lib\ctypes_init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\anaconda\envs\myenv\Lib\site-packages\pygpufit\Gpufit.dll' (or one of its dependencies). Try using the full path with constructor syntax.
进程已结束,退出代码1
The text was updated successfully, but these errors were encountered:
hectoria
changed the title
D:\anaconda\envs\myenv\python.exe D:/PYTORCH/Gpufit/python/examples/eg1.py Traceback (most recent call last): File "D:\PYTORCH\Gpufit\python\examples\eg1.py", line 4, in <module> import pygpufit.gpufit as gf File "D:\anaconda\envs\myenv\lib\site-packages\pygpufit\gpufit.py", line 24, in <module> lib = cdll.LoadLibrary(lib_path) File "D:\anaconda\envs\myenv\lib\ctypes\__init__.py", line 452, in LoadLibrary return self._dlltype(name) File "D:\anaconda\envs\myenv\lib\ctypes\__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'D:\anaconda\envs\myenv\Lib\site-packages\pygpufit\Gpufit.dll' (or one of its dependencies). Try using the full path with constructor syntax. 进程已结束,退出代码1
Could not find module 'D:\anaconda\envs\myenv\Lib\site-packages\pygpufit\Gpufit.dll'
Dec 19, 2024
D:\anaconda\envs\myenv\python.exe D:/PYTORCH/Gpufit/python/examples/eg1.py
Traceback (most recent call last):
File "D:\PYTORCH\Gpufit\python\examples\eg1.py", line 4, in
import pygpufit.gpufit as gf
File "D:\anaconda\envs\myenv\lib\site-packages\pygpufit\gpufit.py", line 24, in
lib = cdll.LoadLibrary(lib_path)
File "D:\anaconda\envs\myenv\lib\ctypes_init_.py", line 452, in LoadLibrary
return self.dlltype(name)
File "D:\anaconda\envs\myenv\lib\ctypes_init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\anaconda\envs\myenv\Lib\site-packages\pygpufit\Gpufit.dll' (or one of its dependencies). Try using the full path with constructor syntax.
进程已结束,退出代码1
The text was updated successfully, but these errors were encountered: