Skip to content
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

Cannot install appmap due to upper bounds on importlib-resources #267

Open
miketheman opened this issue Nov 14, 2023 · 0 comments
Open

Cannot install appmap due to upper bounds on importlib-resources #267

miketheman opened this issue Nov 14, 2023 · 0 comments

Comments

@miketheman
Copy link

importlib-resources is pinned with an upper bounds:

importlib-resources = "^5.4.0"

Versions 6.x have since been released: https://pypi.org/project/importlib-resources/#history

A pip check shows:

appmap 1.18.1 has requirement importlib-resources<6.0.0,>=5.4.0, but you have importlib-resources 6.1.1.

Recommendation: Relax upper bounds and test against 6.x series.

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

No branches or pull requests

1 participant