-
Notifications
You must be signed in to change notification settings - Fork 280
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] deepcopy failed #367
Comments
This looks like an issue due to the fact you're using Windows, we only test l5kit in Linux, do you have a way of testing the same code in Linux ? cc @yawei-ye @blazejosinski did you see that before on CLT ? |
A fresh Anaconda install (reinstalling l5kit in a clean env), fixed it for me on windows. |
I also encountered this problem, how did you solve it? |
I use a copy function ranther copy in program, which neglect this problem |
I have the same problem on m1 mac. |
Solved it in #400 |
When I running the example, urban_driver/closed_loop_test-checkpoint.ipynb, there is a error that say 'ReferenceError: weakly-referenced object no longer exists' . I find this eroor happen in the deepcopy function to a dict [int, EgoDataset]. Does anyone have a similar bug?
bug about deepcopy.txt
The text was updated successfully, but these errors were encountered: