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 am trying to run your demo ("Build graph") and I get the following error:
_pickle.UnpicklingError: invalid load key, 'O'.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:/Users/.../sknw/demo.py", line 11, in
graph = sknw.build_sknw(ske)
File "C:\Users...\sknw-master\sknw\sknw.py", line 118, in build_sknw
mark(buf)
File "C:\Users...\sknw-master\sknw\sknw.py", line 7, in neighbors
dim = len(shape)
SystemError: returned a result with an error set
I am using Windows 10, and I have installed the following packages in a venv:
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run your demo ("Build graph") and I get the following error:
_pickle.UnpicklingError: invalid load key, 'O'.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:/Users/.../sknw/demo.py", line 11, in
graph = sknw.build_sknw(ske)
File "C:\Users...\sknw-master\sknw\sknw.py", line 118, in build_sknw
mark(buf)
File "C:\Users...\sknw-master\sknw\sknw.py", line 7, in neighbors
dim = len(shape)
SystemError: returned a result with an error set
I am using Windows 10, and I have installed the following packages in a venv:
The text was updated successfully, but these errors were encountered: