Skip to content
New issue

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

Error while running createcar in donkey setup. #778

Closed
Endetrix opened this issue Jan 31, 2021 · 1 comment
Closed

Error while running createcar in donkey setup. #778

Endetrix opened this issue Jan 31, 2021 · 1 comment

Comments

@Endetrix
Copy link

Terminal as below :

(env) pi@donkeypi :~ $ donkey createcar --path ~/mycar

Traceback (most recent call last):
File "/home/pi/env/bin/donkey", line 33, in
sys.exit(load_entry_point('donkeycar', 'console_scripts', 'donkey')())
File "/home/pi/env/lib/python3.5/site-packages/pkg_resources/init.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/pi/env/lib/python3.5/site-packages/pkg_resources/init.py", line 2631, in load_entry_point
return ep.load()
File "/home/pi/env/lib/python3.5/site-packages/pkg_resources/init.py", line 2291, in load
return self.resolve()
File "/home/pi/env/lib/python3.5/site-packages/pkg_resources/init.py", line 2297, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/home/pi/projects/donkeycar/donkeycar/init.py", line 8
print(f'using donkey v{version} ...')
^
SyntaxError: invalid syntax

Any and all help/advice is appreciated :D

@sctse999
Copy link
Contributor

python 3.5 is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants