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
使用tar.gz文件安装时会出现以下问题:
Building wheel for transformers-stream-generator (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
/opt/conda/lib/python3.10/site-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running bdist_wheel
running build
running build_py
creating build
error: could not create 'build': Read-only file system
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for transformers-stream-generator
Running setup.py clean for transformers-stream-generator
Failed to build transformers-stream-generator
ERROR: Could not build wheels for transformers-stream-generator, which is required to install pyproject.toml-based projects
有什么解决的方法吗?
The text was updated successfully, but these errors were encountered:
使用tar.gz文件安装时会出现以下问题:
Building wheel for transformers-stream-generator (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
/opt/conda/lib/python3.10/site-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running bdist_wheel
running build
running build_py
creating build
error: could not create 'build': Read-only file system
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for transformers-stream-generator
Running setup.py clean for transformers-stream-generator
Failed to build transformers-stream-generator
ERROR: Could not build wheels for transformers-stream-generator, which is required to install pyproject.toml-based projects
有什么解决的方法吗?
The text was updated successfully, but these errors were encountered: