Skip to content
New issue

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

SystemError: <built-in function len> returned a result with an error set #3

Open
ntelo007 opened this issue Nov 22, 2019 · 3 comments

Comments

@ntelo007
Copy link

ntelo007 commented Nov 22, 2019

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:
image

@yxdragon
Copy link
Member

yxdragon commented Dec 8, 2019

It seems that numba has upgrade much, So I will review my code soon!

@ntelo007
Copy link
Author

Which numba version should I use?

@yxdragon
Copy link
Member

@ntelo007 now sknw can work with the new version numba, have a try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants