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
Just noting that I hit this as well. For others, the error looks like
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/awheeler/Simons Foundation Dropbox/Adam Wheeler/science/rotating_giants/.venv/lib/python3.12/site-packages/sdss_semaphore/__init__.py", line 6, in <module>
from pkg_resources import resource_filename
ModuleNotFoundError: No module named 'pkg_resources'
this package has a hidden dependency of setuptools <=66.1.1. With 66.2.0 "pkg_resources is deprecated as an API".
The text was updated successfully, but these errors were encountered: