Skip to content

FileNotFoundError: Could not find module 'v6_w32_nd2ReadSDK.dll'. Try using the full path with constructor syntax. #22

@WaterKnight1998

Description

@WaterKnight1998

This package is not working properly in Windows @soft-matter @aaristov . Even after your version 1.1.

  from nd2reader import ND2Reader
  File "c:\program files\python38\lib\site-packages\nd2reader\__init__.py", line 2, in <module>
    from nd2reader.reader import ND2Reader
  File "c:\program files\python38\lib\site-packages\nd2reader\reader.py", line 1, in <module>
    from pims import Frame
  File "c:\program files\python38\lib\site-packages\pims\__init__.py", line 1, in <module>
    from pims.api import *
  File "c:\program files\python38\lib\site-packages\pims\api.py", line 113, in <module>
    from pims_nd2 import ND2_Reader as ND2Reader_SDK
  File "C:\Users\david\AppData\Roaming\Python\Python38\site-packages\pims_nd2\__init__.py", line 1, in <module>
    from .nd2reader import ND2_Reader
  File "C:\Users\david\AppData\Roaming\Python\Python38\site-packages\pims_nd2\nd2reader.py", line 8, in <module>
    from . import ND2SDK as h
  File "C:\Users\david\AppData\Roaming\Python\Python38\site-packages\pims_nd2\ND2SDK.py", line 23, in <module>
    nd2 = cdll.LoadLibrary('v6_w32_nd2ReadSDK.dll')
  File "c:\program files\python38\lib\ctypes\__init__.py", line 447, in LoadLibrary
    return self._dlltype(name)
  File "c:\program files\python38\lib\ctypes\__init__.py", line 369, in __init__
    self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'v6_w32_nd2ReadSDK.dll'. Try using the full path with constructor syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions