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
I met the following error while pip installation, did anyone meet the same problem and successfully resolve this?
[13 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\three\AppData\Local\Temp\pip-install-gqvl3z29\deepspeed_79ce8469b9dc4ba1931dcd5d7279be4d\setup.py", line 180, in
abort(f"Unable to pre-compile {op_name}")
File "C:\Users\three\AppData\Local\Temp\pip-install-gqvl3z29\deepspeed_79ce8469b9dc4ba1931dcd5d7279be4d\setup.py", line 52, in abort
assert False, msg
AssertionError: Unable to pre-compile async_io
DS_BUILD_OPS=1
�[93m [WARNING] �[0m async_io requires the dev libaio .so object and headers but these were not found.
�[93m [WARNING] �[0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
�[93m [WARNING] �[0m One can disable async_io with DS_BUILD_AIO=0
�[31m [ERROR] �[0m Unable to pre-compile async_io
[end of output]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I met the following error while pip installation, did anyone meet the same problem and successfully resolve this?
[13 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\three\AppData\Local\Temp\pip-install-gqvl3z29\deepspeed_79ce8469b9dc4ba1931dcd5d7279be4d\setup.py", line 180, in
abort(f"Unable to pre-compile {op_name}")
File "C:\Users\three\AppData\Local\Temp\pip-install-gqvl3z29\deepspeed_79ce8469b9dc4ba1931dcd5d7279be4d\setup.py", line 52, in abort
assert False, msg
AssertionError: Unable to pre-compile async_io
DS_BUILD_OPS=1
�[93m [WARNING] �[0m async_io requires the dev libaio .so object and headers but these were not found.
�[93m [WARNING] �[0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
�[93m [WARNING] �[0m One can disable async_io with DS_BUILD_AIO=0
�[31m [ERROR] �[0m Unable to pre-compile async_io
[end of output]
Beta Was this translation helpful? Give feedback.
All reactions