NVIDIA / tensorflow

An Open Source Machine Learning Framework for Everyone
https://developer.nvidia.com/deep-learning-frameworks
Apache License 2.0
982 stars 152 forks source link

nvidia-pyindex does not work, and will not work in the edge-cases that it does work #74

Open pradyunsg opened 1 year ago

pradyunsg commented 1 year ago

Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template

System information

Describe the problem

It only overrides setup.py install and setup.py develop. Neither of those are commands that'll run as a part of a pip install call. Further, the first installation will generate a wheel that'll be cached and the cached wheel will not do any code-execution as part of the installation.

Provide the exact sequence of commands / steps that you executed before running into the problem

python -m venv .venv
.venv/bin/pip install wheel
.venv/bin/pip install nvidia-pyindex

Any other info / logs

Please see https://pip.pypa.io/en/stable/reference/build-system/ for the details of how pip builds + installs packages.

PS: Please don't @-mention me on this issue.