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

PicklingError under python 3.9.13 #156

Open
BradleyMarie opened this issue Dec 10, 2023 · 0 comments
Open

PicklingError under python 3.9.13 #156

BradleyMarie opened this issue Dec 10, 2023 · 0 comments

Comments

@BradleyMarie
Copy link

I'm observing a pickling error during setup when run under python 3.9.13 (on Windows).

I saw there was a previously applied commit which fixed this for 3.10+, but I believe it may also need to be extended to earlier versions of python.

I'm not sure if it works on other versions of 3.9, but the easiest solution here is probably just to update the check to just skip for 3.9+ instead of 3.10+.

Specific error I've observed is as follows.

 _pickle.PicklingError: Can't pickle <function detect_distutils at 0x0000017FD6379160>: attribute lookup detect_distutils on __main__ failed
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

1 participant