-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Labels
api: vertex-aiIssues related to the googleapis/python-aiplatform API.Issues related to the googleapis/python-aiplatform API.
Description
Environment details
- OS type and version: macOS Sequoia 15.6
- Python version: 3.10
- pip version: 24.3.1
google-cloud-aiplatform
version: 1.108.0
Steps to reproduce
pip install "google-cloud-aiplatform[tensorboard]==1.108.0"
python -c "from google.cloud.aiplatform.tensorboard.uploader import TensorBoardUploader"
The following error will appear:
ModuleNotFoundError: No module named 'tensorflow'
Code example
See above.
Stack trace
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/.../.pyenv/versions/.../lib/python3.10/site-packages/google/cloud/aiplatform/tensorboard/uploader.py", line 41, in <module>
from google.cloud.aiplatform.tensorboard import logdir_loader
File "/Users/.../.pyenv/versions/.../lib/python3.10/site-packages/google/cloud/aiplatform/tensorboard/logdir_loader.py", line 22, in <module>
import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
Metadata
Metadata
Assignees
Labels
api: vertex-aiIssues related to the googleapis/python-aiplatform API.Issues related to the googleapis/python-aiplatform API.