-
Notifications
You must be signed in to change notification settings - Fork 8
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
FileNotFoundError: Could not find module 'v6_w32_nd2ReadSDK.dll'. Try using the full path with constructor syntax. #22
Comments
I just made a quick test in Miniconda on Windows 10 with pims_nd2 1.1 and |
+1 on this. Mine also does this in a anaconda environment when pims is half broken. I recommend removing and installing pims. |
Hi, I am getting the following error. Please help me to solve it. I am super new to the Python. File "", line 1, in File "e:\Example1.py", line 65, in main
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python39\lib\ctypes_init_.py", line 452, in LoadLibrary
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python39\lib\ctypes_init_.py", line 374, in init
FileNotFoundError: Could not find module 'C:\IMPL\IMPLserver.dll' (or one of its dependencies). Try using the full path with constructor syntax. |
I found the answer. There is a problem with python versions. If you use python >= 3.8 then you should do the following: Before that:
you should write all paths of dll-dependencies by function os.add_dll_directory() like this:
For example I have a library Library.dll which I downloading by
This is the answer! |
This package is not working properly in Windows @soft-matter @aaristov . Even after your version 1.1.
The text was updated successfully, but these errors were encountered: