pip安装manimlib报错
内容如下
PS C:\Users\Administrator\Downloads\Compressed\manim-master> pip install manimlib
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/
Collecting manimlib
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/b2/e1/dbc03fab72f236c0c47e1ecb5d37348584c8463ae3a444c2e1a8504dac4f/manimlib-0.2.0.tar.gz (4.8 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [23 lines of output]
WARNING: The wheel package is not available.
ERROR:root:Error parsing
Traceback (most recent call last):
File "c:\users\administrator\appdata\local\temp\pip-install-kux0n8xy\manimlib_8eb74331ef754ea59ea376f16260ec22\.eggs\pbr-5.11.0-py3.8.egg\pbr\core.py", line 111, in pbr
attrs = util.cfg_to_args(path, dist.script_args)
File "c:\users\administrator\appdata\local\temp\pip-install-kux0n8xy\manimlib_8eb74331ef754ea59ea376f16260ec22\.eggs\pbr-5.11.0-py3.8.egg\pbr\util.py", line 272, in cfg_to_args
pbr.hooks.setup_hook(config)
File "c:\users\administrator\appdata\local\temp\pip-install-kux0n8xy\manimlib_8eb74331ef754ea59ea376f16260ec22\.eggs\pbr-5.11.0-py3.8.egg\pbr\hooks\__init__.py", line 25, in setup_hook
metadata_config.run()
File "c:\users\administrator\appdata\local\temp\pip-install-kux0n8xy\manimlib_8eb74331ef754ea59ea376f16260ec22\.eggs\pbr-5.11.0-py3.8.egg\pbr\hooks\base.py", line 27, in run
self.hook()
File "c:\users\administrator\appdata\local\temp\pip-install-kux0n8xy\manimlib_8eb74331ef754ea59ea376f16260ec22\.eggs\pbr-5.11.0-py3.8.egg\pbr\hooks\metadata.py", line 25, in hook
self.config['version'] = packaging.get_version(
File "c:\users\administrator\appdata\local\temp\pip-install-kux0n8xy\manimlib_8eb74331ef754ea59ea376f16260ec22\.eggs\pbr-5.11.0-py3.8.egg\pbr\packaging.py", line 862, in get_version
version = _get_version_from_pkg_metadata(package_name)
File "c:\users\administrator\appdata\local\temp\pip-install-kux0n8xy\manimlib_8eb74331ef754ea59ea376f16260ec22\.eggs\pbr-5.11.0-py3.8.egg\pbr\packaging.py", line 830, in _get_version_from_pkg_metadata
pkg_metadata = email.message_from_file(pkg_metadata_file)
File "C:\Program Files\python\lib\email\__init__.py", line 54, in message_from_file
return Parser(*args, **kws).parse(fp)
File "C:\Program Files\python\lib\email\parser.py", line 53, in parse
data = fp.read(8192)
UnicodeDecodeError: 'gbk' codec can't decode byte 0x91 in position 2877: illegal multibyte sequence
error in setup command: Error parsing C:\Users\Administrator\AppData\Local\Temp\pip-install-kux0n8xy\manimlib_8eb74331ef754ea59ea376f16260ec22\setup.cfg: UnicodeDecodeError: 'gbk' codec can't decode byte 0x91 in position 2877: illegal multibyte sequence
[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.
hint: See above for details.
PS C:\Users\Administrator\Downloads\Compressed\manim-master>