jmarini / nanoscope

Library to parse and process Nanoscope Dimension AFM files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I get an import error when I put in the nanoscope

KotaroOsako opened this issue · comments

I get an import error when I put in the nanoscope I get an error even though I am using the c ++ runtime. I don't know the cause winerror 126 occurs

Traceback (most recent call last): File "C:\Users\osako\anaconda3\envs\unsupervisedLearning\lib\site-packages\nanoscope\dll.py", line 41, in load datasource_dll = ctypes.cdll.LoadLibrary("DataSourceDLL") File "C:\Users\osako\anaconda3\envs\unsupervisedLearning\lib\ctypes_init.py", line 426, in LoadLibrary return self.dlltype(name) File "C:\Users\osako\anaconda3\envs\unsupervisedLearning\lib\ctypes_init.py", line 348, in init self._handle = _dlopen(self._name, mode) OSError: [WinError 126] 指定されたモジュールが見つかりません。 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 1, in File "C:\Users\osako\anaconda3\envs\unsupervisedLearning\lib\site-packages\nanoscope_init_.py", line 7, in from . import files, structures, constants, tools, dll, examples File "C:\Users\osako\anaconda3\envs\unsupervisedLearning\lib\site-packages\nanoscope\files_init_.py", line 8, in from .base import File File "C:\Users\osako\anaconda3\envs\unsupervisedLearning\lib\site-packages\nanoscope\files\base.py", line 11, in from .. import dll as _dll File "C:\Users\osako\anaconda3\envs\unsupervisedLearning\lib\site-packages\nanoscope\dll.py", line 78, in _dll = _load() File "C:\Users\osako\anaconda3\envs\unsupervisedLearning\lib\site-packages\nanoscope\dll.py", line 43, in _load raise WindowsError("DLL load failed, " OSError: DLL load failed, please check the installation.