mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Replace setup.py develop with pip install -e (#156710)
#156027 already replaced most use of `python setup.py develop`. This PR only adds a few more occurrences. Pull Request resolved: https://github.com/pytorch/pytorch/pull/156710 Approved by: https://github.com/atalman
This commit is contained in:
committed by
PyTorch MergeBot
parent
acece97c3a
commit
9c957723a0
@ -1666,9 +1666,9 @@ if(USE_KINETO)
|
||||
set(CMAKE_REQUIRED_LINK_OPTIONS "")
|
||||
if(NOT EXCEPTIONS_WORK)
|
||||
message(FATAL_ERROR
|
||||
"Detected that statically linking against CUPTI causes exceptions to stop working. "
|
||||
"See https://github.com/pytorch/pytorch/issues/57744 for more details. "
|
||||
"Perhaps try: USE_CUPTI_SO=1 CMAKE_FRESH=1 python setup.py develop")
|
||||
"Detected that statically linking against CUPTI causes exceptions to stop working. "
|
||||
"See https://github.com/pytorch/pytorch/issues/57744 for more details. "
|
||||
"Perhaps try: USE_CUPTI_SO=1 CMAKE_FRESH=1 python -m pip install -e . -v --no-build-isolation")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user