-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fails to install: "ValueError: bad marshal data (unknown type code)" #41
Comments
Looks like pypa/setuptools#1257 (comment) gave me the right idea:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's what happened previously:
Pull
So I'm now on 371587e.
Build
Install (fails)
Python 3.8
Any clue about
ValueError: bad marshal data (unknown type code)
?Attempts
1
I did try
# find /usr -name '*.pyc' -delete
and build+install again, but failed.(Turned out this was possibly a bad idea. Don't do that! Non-root users cannot re-create pyc files so stuff will run slower for everyone. Learn from my mistake and read before you delete "cache files" that cannot all that easily be rebuilt.)
2
I tried updating setuptools:
pip install -U setuptools
, but rebuild+install of aucc still failed.3
Re-check requirements - but already up to date:
The text was updated successfully, but these errors were encountered: