Running into some issues while using Windows system calls
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
Hi, you should try install sdpc-win with windows system, see https://github.com/WonderLandxD/opensdpc#-sdpc-win-for-windows-users-only-
I have settled the error by following steps.
- Copy the dll from "xxx\AppData\Local\Programs\Python\Python312\Lib\site-packages\sdpc\DLL\dll"
- Create folder "WINDOWS" and subfolder "dll" on following directory "xxx\AppData\Local\Programs\Python\Python312\Lib\site-packages\opensdpc"
- Paste the dll copied in step 1 to the folder dll created in step 2.
Please try.