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
Run Tensorboard: tensorboard (with or without a --logdir, this doesn't make a difference)
The issue only appeared recently, I had tensorboard version 2.13.0 installed without any issue. After a reinstall today (version 2.13.0 or 2.14.0) this error appeared.
The text was updated successfully, but these errors were encountered:
Environment information (required)
Diagnostics
Diagnostics output
Issue description
Starting Tensorboard throws the following error
ModuleNotFoundError: No module named 'six'
To reproduce:
python -m venv venv
venv\scripts\activate
pip install tensorboard==2.14.0
tensorboard
(with or without a --logdir, this doesn't make a difference)The issue only appeared recently, I had tensorboard version 2.13.0 installed without any issue. After a reinstall today (version 2.13.0 or 2.14.0) this error appeared.
The text was updated successfully, but these errors were encountered: