WonderLandxD / opensdpc

Python library for processing whole slide images (WSIs) in sdpc format
45 stars 9 forks source link

Running into some issues while using Windows system calls #17

Open 870045787 opened 1 month ago

870045787 commented 1 month ago

Thanks for your efforts, I'm having some issues with windows system calls. My python version is 3.9, and here's the error message Traceback (most recent call last): File "F:\Pythoncode\learn_pytorch\asd.py", line 6, in import opensdpc File "D:\anaconda\ascii\envs\pytorch\lib\site-packages\opensdpc__init__.py", line 1, in from opensdpc.OpenSdpc import OpenSdpc File "D:\anaconda\ascii\envs\pytorch\lib\site-packages\opensdpc\OpenSdpc.py", line 25, in os.chdir(os.path.join(dirname, 'WINDOWS\dll')) FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\anaconda\ascii\envs\pytorch\lib\site-packages\opensdpc\WINDOWS\dll'

WonderLandxD commented 1 month ago

Hi, you should try install sdpc-win with windows system, see https://github.com/WonderLandxD/opensdpc#-sdpc-win-for-windows-users-only-