pypa / packaging-problems

An issue tracker for the problems in packaging
151 stars 35 forks source link

pip list doesn't show apex #651

Open celsofranssa opened 1 year ago

celsofranssa commented 1 year ago

Problem description

pip list doesn't show apex after successfully installed apex.

env:

henryiii commented 1 year ago

Apex was last released 10 years and 10 days ago, and only has a "dev" release, no stable releases. Not sure I'd expect it to work properly. But it does seem to install:

$ docker run --rm -it python bash
# pip install apex
# pip list
Package             Version
------------------- -----------
anykeystore         0.2
apex                0.9.10.dev0
certifi             2022.12.7
charset-normalizer  3.1.0
cryptacular         1.6.2
defusedxml          0.7.1
greenlet            2.0.2
hupper              1.11
idna                3.4
MarkupSafe          2.1.2
oauthlib            3.2.2
PasteDeploy         3.0.1
pbkdf2              1.3
pip                 22.3.1
plaster             1.1.2
plaster-pastedeploy 1.0.1
pyramid             2.0.1
pyramid-mailer      0.15.1
python3-openid      3.2.0
repoze.sendmail     4.4.1
requests            2.28.2
requests-oauthlib   1.3.1
setuptools          65.5.1
SQLAlchemy          1.4.46
transaction         3.0.1
translationstring   1.4
urllib3             1.26.15
velruse             1.1.1
venusian            3.0.0
WebOb               1.8.7
wheel               0.38.4
WTForms             3.0.1
wtforms-recaptcha   0.3.2
zope.deprecation    4.4.0
zope.interface      5.5.2
zope.sqlalchemy     2.0
celsofranssa commented 1 year ago

I've installed it from the source:

git clone https://github.com/NVIDIA/apex
cd apex
pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./