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
CUDA toolkit 12.5.1 is installed, and torch.cuda.is_available() returns true.
but the installation threw error on deepspeed as following. does anyone ran into this issue?
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [15 lines of output]
test.c
LINK : fatal error LNK1181: cannot open input file 'aio.lib'
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\j7zk0018\AppData\Local\Temp\pip-install-t_opb9m2\deepspeed_146d3f6900c449568fe56e00eb52ff5f\setup.py", line 163, in
abort(f"Unable to pre-compile {op_name}")
File "C:\Users\j7zk0018\AppData\Local\Temp\pip-install-t_opb9m2\deepspeed_146d3f6900c449568fe56e00eb52ff5f\setup.py", line 51, 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]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
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
-
CUDA toolkit 12.5.1 is installed, and torch.cuda.is_available() returns true.
but the installation threw error on deepspeed as following. does anyone ran into this issue?
Beta Was this translation helpful? Give feedback.
All reactions