You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also come across the same error: Traceback (most recent call last):
File "", line 1, in
File "C:\Python310\lib\site-packages\pylibsrcml\srcml.py", line 14, in
import pylibsrcml.srcml_archive
File "C:\Python310\lib\site-packages\pylibsrcml\srcml_archive.py", line 12, in
from pylibsrcml.globals import libsrcml
File "C:\Python310\lib\site-packages\pylibsrcml\globals.py", line 46, in
libsrcml = cdll.LoadLibrary(LIBSRCML_PATH)
File "C:\Python310\lib\ctypes_init_.py", line 452, in LoadLibrary
return self.dlltype(name)
File "C:\Python310\lib\ctypes_init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 87] Parameter Error.
Importing pylibsrcml fails on Windows machines in the cytpes library - investigate fixes
The text was updated successfully, but these errors were encountered: