We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(base) C:\dev\Projects_Work\RacingLMPC\src>python main.py Starting PID Traceback (most recent call last): File "main.py", line 107, in ClosedLoopDataPID = pickle.load(file_data) ModuleNotFoundError: No module named 'Classes\r'
The text was updated successfully, but these errors were encountered:
Hello, I'm really curious to try this code but i keep getting this error. If you could help me. That'd be great. Thanks
Sorry, something went wrong.
which version of Python are you using?
3.6.4. Which version did you sue? Thanks.
Please try to use Python 2.7. This should fix the problem
No branches or pull requests
(base) C:\dev\Projects_Work\RacingLMPC\src>python main.py
Starting PID
Traceback (most recent call last):
File "main.py", line 107, in
ClosedLoopDataPID = pickle.load(file_data)
ModuleNotFoundError: No module named 'Classes\r'
The text was updated successfully, but these errors were encountered: