matplotlib / matplotlib/basemap

Bump pkutils -- python 3.13/14 support

Open
#645 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
817
Forks
395
PR merge metrics
No merged PRs in 30d

Description

Installing on python 3.14:

```
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
[end of output]

```
The `ImpImporter` class was removed in Python 3.12

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the dependency metadata that controls the package used during installation, then reproduce the reported install failure on Python 3.14. Done means the outdated ImpImporter reference is no longer encountered and installation succeeds on the affected Python versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.