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 trying to run simulator.py example #269

Open
makarbaderko opened this issue Nov 19, 2022 · 1 comment
Open

Error while trying to run simulator.py example #269

makarbaderko opened this issue Nov 19, 2022 · 1 comment

Comments

@makarbaderko
Copy link

Hey! I'm using python 3.7.3 on a MacOS 11.7 Big Sur, installed both pybullet and kubric.
Getting such an error:
Traceback (most recent call last): File "v1.py", line 17, in <module> import kubric as kb File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/kubric/__init__.py", line 20, in <module> from kubric.core.scene import Scene File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/kubric/core/__init__.py", line 17, in <module> from .scene import Scene File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/kubric/core/scene.py", line 20, in <module> from kubric.utils import next_global_count File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/kubric/utils.py", line 52, in <module> from kubric.custom_types import PathLike File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/kubric/custom_types.py", line 25, in <module> PathLike = Union[str, tfds.core.ReadWritePath] AttributeError: module 'tensorflow_datasets.core' has no attribute 'ReadWritePath'

@MaxTeselkin
Copy link

@makarbaderko Hi, I am facing the same issue, have you found the solution?

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

No branches or pull requests

2 participants