-
Notifications
You must be signed in to change notification settings - Fork 674
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
[CLI]: No module named 'pkg_resources'
while import wandb
#3440
Comments
Can confirm the reproduction instructions produce the same error trace for me. The |
Related issue in another project: snowflakedb/snowflake-connector-python#546 |
Thanks everyone for flagging. I'll file a ticket so our team can address this. |
Arman Harutyunyan commented: |
Thanks, looks like the fix landed here: #3516. It will show up in the next release. cc @YiranJing |
Closeable as fixed by #3516 |
Describe the bug 🐛
without
setuptools
installation, I get errorNo module named 'pkg_resources'
at lineimport wandb
Reason:
pkg_resources
belongs tosetuptools
, butwandb
library missedsetuptools
dependency in requrienment.txtTo reproduce the error, run
example.py:
full error message using example.py
Environment
WandB version: 0.12.11
Python version: 3.9.9
pip version: 21.3
OS
OSX and Linux
The text was updated successfully, but these errors were encountered: