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
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
Short description
Cannot import the smart_buildings dataset.
Environment information
Operating System: Linux
Python version: 3.11
tensorflow-datasets/tfds-nightly version:
tensorflow/tf-nightly version:
Does the issue still exists with the last tfds-nightly package (pip install --upgrade tfds-nightly) ?
Reproduction instructions
importtensorflow_datasetsastfdstfds.builder('smart_buildings')
# ImportError: cannot import name 'smart_control_building_pb2' from 'tensorflow_datasets.datasets.smart_buildings' (/home/pierremarcenac/.pyenv/versions/python3.11/lib/python3.11/site-packages/tensorflow_datasets/datasets/smart_buildings/__init__.py)
If you share a colab, make sure to update the permissions to share it.
Link to logs
If applicable, <link to gist with logs, stack trace>
Expected behavior
No ImportError.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
Short description
Cannot import the
smart_buildings
dataset.Environment information
Operating System: Linux
Python version: 3.11
tensorflow-datasets
/tfds-nightly
version:tensorflow
/tf-nightly
version:Does the issue still exists with the last
tfds-nightly
package (pip install --upgrade tfds-nightly
) ?Reproduction instructions
If you share a colab, make sure to update the permissions to share it.
Link to logs
If applicable, <link to gist with logs, stack trace>
Expected behavior
No ImportError.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: