transformers-stream-generator icon indicating copy to clipboard operation
transformers-stream-generator copied to clipboard

ERROR: Could not build wheels for transformers-stream-generator, which is required to install pyproject.toml-based projects

Open Lizhecheng02 opened this issue 2 years ago • 0 comments

使用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 有什么解决的方法吗?

Lizhecheng02 avatar Aug 09 '23 02:08 Lizhecheng02