Skip to content

Does not parse distribution information when a package is installed with python setup.py develop (--user) #15

@cdiener

Description

@cdiener

Problem description

Running the depinfo command line gives bogus output for "~=" requirements.

Code Sample

Create a minimal, complete, verifiable example.

depinfo "cobra"

Platform Information
--------------------
Linux   5.18.0-1-amd64-x86_64
CPython                3.10.5

Dependency Information
----------------------
appdirs~            missing <---
black                22.3.0
bumpversion         missing
cobra                0.25.0
depinfo~            missing
diskcache~          missing
future               0.18.2
httpx~              missing
importlib-resources   5.6.0
isort               missing
numpy~              missing
optlang~            missing
pandas~             missing
pydantic~           missing
python-libsbml~     missing
rich                 12.2.0
ruamel.yaml~        missing
scipy                 1.8.1
swiglpk               5.0.5
tox                 missing

Build Tools Information
-----------------------
pip        22.1.2
setuptools 62.3.2
wheel      0.37.1

COBRAPY was installed with python3 setup.py develop --user, not sure if that has something to do with it.

Context

Details
Platform Information
--------------------
Linux   5.18.0-1-amd64-x86_64
CPython                3.10.5

Dependency Information
----------------------
black               22.3.0
depinfo              2.1.1
importlib-metadata missing
isort              missing
rich                12.2.0
tox                missing

Build Tools Information
-----------------------
pip        22.1.2
setuptools 62.3.2
wheel      0.37.1

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is neededwontfixThis will not be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions