We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, when I import openslide I get this error import openslide Traceback (most recent call last):
File "", line 1, in import openslide
File "C:\Users\China\Anaconda3\envs\machine\lib\site-packages\openslide_init_.py", line 29, in from openslide import lowlevel
File "C:\Users\China\Anaconda3\envs\machine\lib\site-packages\openslide\lowlevel.py", line 41, in _lib = cdll.LoadLibrary('libopenslide-0.dll')
File "C:\Users\China\Anaconda3\envs\machine\lib\ctypes_init_.py", line 426, in LoadLibrary return self._dlltype(name)
File "C:\Users\China\Anaconda3\envs\machine\lib\ctypes_init_.py", line 348, in init self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 n’est pas une application Win32 valide
The text was updated successfully, but these errors were encountered:
This isn't the openslide project unfortunately. Seems like the library file (DLL) is not made for 32-bit Windows though; probably 64-bit only.
openslide
Sorry, something went wrong.
No branches or pull requests
Hello, when I import openslide I get this error
import openslide
Traceback (most recent call last):
File "", line 1, in
import openslide
File "C:\Users\China\Anaconda3\envs\machine\lib\site-packages\openslide_init_.py", line 29, in
from openslide import lowlevel
File "C:\Users\China\Anaconda3\envs\machine\lib\site-packages\openslide\lowlevel.py", line 41, in
_lib = cdll.LoadLibrary('libopenslide-0.dll')
File "C:\Users\China\Anaconda3\envs\machine\lib\ctypes_init_.py", line 426, in LoadLibrary
return self._dlltype(name)
File "C:\Users\China\Anaconda3\envs\machine\lib\ctypes_init_.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 n’est pas une application Win32 valide
The text was updated successfully, but these errors were encountered: