}

Python 3 Index Page 1

Python 3: ValueError: bad marshal data (unknown type code)

If you try to execute python project using python 2 and then switched to python 3, it's common to see the error ValueError: bad marshal data (unknown type code). Delete pycs recursively, check here for the command.