Using Blenderproc on Linux - Error: cannot import name 'deque' from 'collections' #870
MayconSilva7
started this conversation in
General
Replies: 1 comment 1 reply
-
Does this error also occur, when you run the quickstart script or only when you use your script? Also can you please provide the full stacktrace of the error |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Look, I have been trying to install Blenderproc on Linux. Actually, it has been installed it. But when I run my script I got the following error:
ImportError: cannot import name 'deque' from 'collections' (/home/blender/blender/blender-3.3.0-linux-x64/3.3/python/lib/python3.10/collections/init.py)
I have tried the following actions:
Changing the line code in unit.py from deque to Deque
Changing line code in unit.py from collections to collections.abc (because "collections" is the folder name)
I have been using the VSCode, and Python 3.10. But the person owner of the computer uses conda. I think may be related it.
Please help me. Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions