You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: