Running into this error and have no idea what is going on
Traceback (most recent call last):
File "/usr/local/lib/python3.7/runpy.py", line 17, in <module>
from pkgutil import read_code, get_importer
File "/usr/local/lib/python3.7/pkgutil.py", line 137, in <module>
def iter_importer_modules(importer, prefix=''):
File "/usr/local/lib/python3.7/functools.py", line 762, in singledispatch
import types, weakref
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 724, in exec_module
File "<frozen importlib._bootstrap_external>", line 857, in get_code
File "<frozen importlib._bootstrap_external>", line 525, in _compile_bytecode
ValueError: bad marshal data (unknown type code)
Could not import runpy module
Traceback (most recent call last):
File "/usr/local/lib/python3.7/runpy.py", line 17, in <module>
from pkgutil import read_code, get_importer
File "/usr/local/lib/python3.7/pkgutil.py", line 137, in <module>
def iter_importer_modules(importer, prefix=''):
File "/usr/local/lib/python3.7/functools.py", line 762, in singledispatch
import types, weakref
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 724, in exec_module
File "<frozen importlib._bootstrap_external>", line 857, in get_code
File "<frozen importlib._bootstrap_external>", line 525, in _compile_bytecode
ValueError: bad marshal data (unknown type code)