Closed mgomezAstro closed 3 years ago
Hi! I had the following error during the execution of python3 setup.py install --user :
python3 setup.py install --user
ValueError: bad marshal data (unknown type code)
It was solved by removing all *.pyc files included in the source code.
*.pyc
Thank you for your report - I removed the compilation cache directory from git -
Hi! I had the following error during the execution of
python3 setup.py install --user
:ValueError: bad marshal data (unknown type code)
It was solved by removing all
*.pyc
files included in the source code.