getappmap / getappmap/appmap-python
Cannot install appmap due to upper bounds on importlib-resources
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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