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] deepcopy failed #367

Open
13572320829 opened this issue Nov 21, 2021 · 6 comments
Open

[Error] deepcopy failed #367

13572320829 opened this issue Nov 21, 2021 · 6 comments

Comments

@13572320829
Copy link

13572320829 commented Nov 21, 2021

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

@perone
Copy link
Contributor

perone commented Nov 22, 2021

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 ?

@thversfelt
Copy link

A fresh Anaconda install (reinstalling l5kit in a clean env), fixed it for me on windows.

@huangjieAAA
Copy link

当我运行示例 urban_driver/closed_loop_test-checkpoint.ipynb 时,出现一个错误,提示 'ReferenceError:weakly-referenced object no longer exists' 。我发现这种错误发生在 dict [int, EgoDataset] 的 deepcopy 函数中。有没有人有类似的错误? 关于 deepcopy.txt 的错误

I also encountered this problem, how did you solve it?

@13572320829
Copy link
Author

I use a copy function ranther copy in program, which neglect this problem

@kargarisaac
Copy link

I have the same problem on m1 mac.

@kargarisaac
Copy link

Solved it in #400

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

5 participants