-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
pkg_resources is deprecated as an API #185
Comments
Hey, I have the same thing in windows 11 :( |
Getting the exact same errors. Macbook Pro M1 Max |
same errors Macbook Pro M2 Max POSSIBLE SOLUTION UPDATE: install pip setuptools below version 70 and then run start storytoolkitAI again with the provided command: mine works.. |
I still get the error but I leave it alone and a few moments later the app starts...
|
Mac Mini M1 running MacOS 14.5
Got through all the installation steps just fine, but when I go to run the program, I get hit with the following:
DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
and
ImportError: cannot import name 'packaging' from 'pkg_resources' (/Applications/AI/StoryToolkitAI/venv/lib/python3.10/site-packages/pkg_resources/__init__.py)
Didn't see anybody else running into this using the search function, so I must be doing something wrong. Any help will be greatly appreciated!
The text was updated successfully, but these errors were encountered: