-
Notifications
You must be signed in to change notification settings - Fork 48
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
#148
Comments
jimporter
added a commit
that referenced
this issue
Apr 2, 2023
Thanks. As you noted, it looks like |
Thanks! Works great! |
@jimporter Thanks for fixing this. Me too, I get this warning and I'm looking for a way to get rid of it. Now that I see that this is fixed, I wonder when the next release will take place? |
This was referenced Jun 8, 2023
jchavarri
pushed a commit
to jchavarri/mike
that referenced
this issue
Oct 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First off, thanks for this great tool! I use it in my personal and professional projects as much as I can!
Summary
In migrating one of our projects to a PEP 621 compliant pyproject.toml, I noticed we get the following error locally and running on github actions:
Configuration and Logs
When running
mike deploy
:I can fix that error by adding
"setuptools"
to our package'sdocs
section in theoptional-extras
, and it generates the docs successfully, but also gives this warning:ubuntu-latest
mike
version: 1.1.2mike
commit: 6a4b6dfSteps to Reproduce
mike deploy
setuptools == 67.6.1
DeprecationWarning
Expected Behavior
There should be no extra dependencies to install, and no warnings on deploy
Additional Context
From setuptools/docs/pkg_resources:
The text was updated successfully, but these errors were encountered: