Skip to content

issues Search Results · repo:python/importlib_metadata language:Python

Filter by

409 results
 (127 ms)

409 results

inpython/importlib_metadata (press backspace or delete to remove)

On the pypi.org page, it says under license Apache Software License . Since this project uses MIT this should probably be updated.
  • AvercromXD
  • Opened 
    4 days ago
  • #522

In use with multiprocessing (e.g. when pickling awkward arrays to transmit them from a subprocess to the host), I see issues with importlib_metadata. This was originally observed by @richeldichel as multiprocessing.pool.MaybeEncodingError: ...
  • 2xB
  • 3
  • Opened 
    10 days ago
  • #520

I ve also observed that the issue affects .module and .attr and .load. I m trying to decide what s the best behavior here. I think it should fail early, at construction time, but right now, the interface ...
  • jaraco
  • Opened 
    on Apr 27
  • #517

This is a very similar issue to https://github.com/python/importlib_metadata/issues/392, but for me it is happening on py3.8. Steps to reproduce (on py3.8) pip install --no-binary=:all: importlib-metadata ...
  • DnPlas
  • 11
  • Opened 
    on Apr 23
  • #516

I encountered this while trying to help sentry-python prepare for the changes mentioned in #371. Their linter errored with PackageMetadata has no attribute get, since metadata is advertised to return _meta.PackageMetadata, ...
  • mpurnell1
  • Opened 
    on Feb 11
  • #515

I encountered this while trying to help sentry-python prepare for the changes mentioned in #371. Their linter errored with PackageMetadata has no attribute get, since metadata is advertised to return _meta.PackageMetadata, ...
  • mpurnell1
  • Opened 
    on Feb 11
  • #514

I encountered this while trying to help sentry-python prepare for the changes mentioned in #371. Their linter errored with PackageMetadata has no attribute get, since metadata is advertised to return _meta.PackageMetadata, ...
invalid
  • mpurnell1
  • 2
  • Opened 
    on Feb 11
  • #513

I have recently ran into the issue where the importable module did not come from the distribution metadata found by importlib.metadata. This was because the distribution modules were shadowed in sys.path, ...
enhancement
feature
help wanted
  • FFY00
  • 1
  • Opened 
    on Jan 26
  • #511

Recently, when trying to check if a distribution is editable, I noticed doing so using the current API is very un-ergonomic. This information is available via the direct_url.json file of PEP 610, which ...
enhancement
feature
help wanted
  • FFY00
  • 1
  • Opened 
    on Jan 26
  • #510

I m packaging your module as an rpm package so I m using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - python3 -sBm build -w --no-isolation ...
  • kloczek
  • 3
  • Opened 
    on Oct 12, 2024
  • #509
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub