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
In conda-forge, we're building torchdata using python -m pip install (after setting some environment variables like USE_SYSTEM_LIBS). However, c64801f (CC @andrewkho) removed the root CMakeLists.txt, which now trivially fails the cmake build for the python extension
Given that that commit comprehensively removed torchdata/csrc etc. the fact that the install breaks with BUILD_S3=TRUE is probably an oversight.
In fact, probably a lot of that helper module can be cleaned up, since (aside from the CMake call to nowhere) none of the following variables are being used anywhere anymore
🐛 Describe the bug
In conda-forge, we're building
torchdata
usingpython -m pip install
(after setting some environment variables likeUSE_SYSTEM_LIBS
). However, c64801f (CC @andrewkho) removed the rootCMakeLists.txt
, which now trivially fails the cmake build for the python extensiondata/tools/setup_helpers/extension.py
Lines 125 to 126 in d155220
when using
data/tools/setup_helpers/extension.py
Lines 57 to 58 in d155220
Given that that commit comprehensively removed
torchdata/csrc
etc. the fact that the install breaks withBUILD_S3=TRUE
is probably an oversight.In fact, probably a lot of that helper module can be cleaned up, since (aside from the CMake call to nowhere) none of the following variables are being used anywhere anymore
data/tools/setup_helpers/extension.py
Lines 41 to 44 in d155220
Versions
Starting from 0.10.1
The text was updated successfully, but these errors were encountered: