Get rid of pkg_resources#8480
Conversation
|
/test mini |
|
Could you please add issue ( #7654 ) to the fixed issues in the top-level post of this PR? |
jakirkham
left a comment
There was a problem hiding this comment.
Perhaps something like this would work?
Co-authored-by: jakirkham <[email protected]>
f06b34e to
429af64
Compare
|
/test mini |
|
Sorry was bit by a |
|
Seeing a few errors on CI /opt/pyenv/versions/3.11.0/lib/python3.11/importlib/metadata/__init__.py:561: in from_name
raise PackageNotFoundError(name)
E importlib.metadata.PackageNotFoundError: No package metadata was found for opencv-python/opt/pyenv/versions/3.11.0/lib/python3.11/importlib/metadata/__init__.py:561: in from_name
raise PackageNotFoundError(name)
E importlib.metadata.PackageNotFoundError: No package metadata was found for matplotlibMaybe we need to tweak the logic in the package check somehow? |
|
I submitted a fix in 9efd74d. |
jakirkham
left a comment
There was a problem hiding this comment.
Thank you! 🙏
That seems like a good fix
Had a minor suggestion on imports
|
/test mini |
|
/test mini |
|
Thanks for all of your work here! 🙏 Looks like it is now passing 🥳 Let's see what Kenichi thinks 🙂 |
|
Thanks @EarlMilktea and @jakirkham, LGTM! |
Get rid of `pkg_resources`
Resolves #8479 and #7654.