import sklearn
print('sklearn: {}'.format(sklearn.__version__))
I have this code written in VScode to start learning ML. However, when it is run, I get a long string of errors that leads to:
File"C:\Users\...\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\joblib\externals\loky\__init__.py", line 18, in <module>
from .backend.context import cpu_count
SyntaxError: source code string cannot contain null bytes
And I cant figure out what is wrong.