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

encounter ModuleNotFoundError: No module named 'tensorboard' when running in Conda virtual environment #26

Closed
JKYang01 opened this issue Feb 18, 2024 · 0 comments

Comments

@JKYang01
Copy link

JKYang01 commented Feb 18, 2024

I use anaconda to manage the virtual environment and run the package to avoid package conflicts
then I encountered the module not fund error.
I checked with pip list and found the package is installed.
that means the package tensorboard installed but could not be found by conda
later I figured out it needs to run the additional commands if running the script under conda virtual environment
$ conda install -c conda-forge tensorboard==2.4.1
$ conda install -y -c conda-forge protobuf==3.14.0

Reference:
https://stackoverflow.com/questions/61320572/modulenotfounderror-no-module-named-tensorboard
https://stackoverflow.com/questions/58686400/can-not-get-pytorch-working-with-tensorboard

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

No branches or pull requests

1 participant