Skip to content

fix deprecated pkg_resources in higher version of setuptools#45

Open
li-yiyang wants to merge 1 commit into
parsotat:mainfrom
li-yiyang:main
Open

fix deprecated pkg_resources in higher version of setuptools#45
li-yiyang wants to merge 1 commit into
parsotat:mainfrom
li-yiyang:main

Conversation

@li-yiyang

Copy link
Copy Markdown

setuptools>82.0.0 has removed pkg_resources module, which cause:

ModuleNotFoundError: No module named 'pkg_resources'

this commit adds upper limit of setuptools version

setuptools>82.0.0 has removed pkg_resources module,
which cause:

ModuleNotFoundError: No module named 'pkg_resources'

this commit adds upper limit of setuptools version
@li-yiyang

Copy link
Copy Markdown
Author

this should fix issue #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant