Skip to content
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

Could not find module 'D:\anaconda\envs\myenv\Lib\site-packages\pygpufit\Gpufit.dll' #134

Open
hectoria opened this issue Dec 19, 2024 · 0 comments

Comments

@hectoria
Copy link

hectoria commented 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

@hectoria 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant