Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pradyunsg opened this issue Nov 17, 2022 · 0 comments

Comments

@pradyunsg
Copy link

pradyunsg commented Nov 17, 2022

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

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): N/A
  • Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A
  • TensorFlow installed from (source or binary): N/A
  • TensorFlow version: N/A
  • Python version: N/A
  • Installed using virtualenv? pip? conda?: pip
  • Bazel version (if compiling from source): N/A
  • GCC/Compiler version (if compiling from source): N/A
  • CUDA/cuDNN version: N/A
  • GPU model and memory: N/A

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant