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
运行以下命令时:pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
出现这个问题:
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
Traceback (most recent call last):
File "C:\Users\11\anaconda3\envs\windows_chatglm3-6b\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
main()
File "C:\Users\11\anaconda3\envs\windows_chatglm3-6b\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\11\anaconda3\envs\windows_chatglm3-6b\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\setuptools\build_meta.py", line 295, in get_build_requires
self.run_setup()
File "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup
exec(code, locals())
File "", line 11, in
File "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\torch_init.py", line 141, in
raise err
OSError: [WinError 126] 找不到指定的模块。 Error loading "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
System Info / 系統信息
运行以下命令时:pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
出现这个问题:
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
Traceback (most recent call last):
File "C:\Users\11\anaconda3\envs\windows_chatglm3-6b\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
main()
File "C:\Users\11\anaconda3\envs\windows_chatglm3-6b\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\11\anaconda3\envs\windows_chatglm3-6b\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\setuptools\build_meta.py", line 295, in get_build_requires
self.run_setup()
File "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup
exec(code, locals())
File "", line 11, in
File "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\torch_init.py", line 141, in
raise err
OSError: [WinError 126] 找不到指定的模块。 Error loading "C:\Users\11\AppData\Local\Temp\pip-build-env-8pwdabyr\overlay\Lib\site-packages\torch\lib\shm.dll" or one of its dependencies.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Who can help? / 谁可以帮助到您?
No response
Information / 问题信息
Reproduction / 复现过程
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
Expected behavior / 期待表现
解决这个问题
The text was updated successfully, but these errors were encountered: