getappmap / getappmap/appmap-python

Cannot install appmap due to upper bounds on importlib-resources

Open
#267 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
104
Forks
17
PR merge metrics
No merged PRs in 30d

Description

importlib-resources is pinned with an upper bounds:
https://github.com/getappmap/appmap-python/blob/7246453ecfb2aa6e0db888caea0684b2b6943915/pyproject.toml#L38

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open pyproject.toml at the importlib-resources constraint around line 38 and review the current upper bound. Test installation or dependency resolution with the 6.x series, then run pip check. Done means appmap installs without rejecting importlib-resources 6.x and pip check reports no requirement conflict.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Bug
Difficulty
1/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.