You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
andsetup.py develop
. Neither of those are commands that'll run as a part of apip 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
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.
The text was updated successfully, but these errors were encountered: