-
Notifications
You must be signed in to change notification settings - Fork 19
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
TypedDict from typing library #240
Comments
@nerkn I recommend you to check this Colab notebook that used the gym-duckietown to train an imitation learning baseline, |
Same error, It doesnt work either
|
The problem here is python 3.6.
for < 3.8 need a library called `typing_extensions` installed
…On Sun, Dec 6, 2020 at 4:02 PM nerkn ***@***.***> wrote:
Same error, It doesnt work either
File
"/usr/local/lib/python3.6/dist-packages/duckietown_world/world_duckietown/old_map_format.py",
line 1, in
from typing import Dict, List, NewType, TypedDict, Union
ImportError: cannot import name 'TypedDict'
https://colab.research.google.com/github/duckietown/challenge-aido_LF-baseline-dagger-pytorch/blob/main/notebook.ipynb
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#240 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7YNQ27A2LRJBBFPLG3BTDSTOMH3ANCNFSM4UPBRJ5A>
.
|
Recently my sim failed to work in google colab. Error is this, any suggestions?
The text was updated successfully, but these errors were encountered: