安装weditor包时报错

win11下安装的python 3.10.5,使用vs code安装weditor包时提示这个,请问是什么原因
Collecting weditor
Using cached weditor-0.6.5.tar.gz (2.2 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [29 lines of output]
F:\Python310\lib\site-packages\setuptools\dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
warnings.warn(
F:\Python310\lib\site-packages\setuptools\dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
warnings.warn(
F:\Python310\lib\site-packages\setuptools\dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
WARNING: The wheel package is not available.
ERROR:root:Error parsing
Traceback (most recent call last):
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\core.py", line 111, in pbr
attrs = util.cfg_to_args(path, dist.script_args)
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\util.py", line 272, in cfg_to_args
pbr.hooks.setup_hook(config)
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\hooks_init_.py", line 25, in setup_hook
metadata_config.run()
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\hooks\base.py", line 27, in run
self.hook()
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\hooks\metadata.py", line 25, in hook
self.config['version'] = packaging.get_version(
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\packaging.py", line 860, in get_version
version = _get_version_from_pkg_metadata(package_name)
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\packaging.py", line 828, in get_version_from_pkg_metadata
pkg_metadata = email.message_from_file(pkg_metadata_file)
File "F:\Python310\lib\email_init
.py", line 54, in message_from_file
return Parser(*args, **kws).parse(fp)
File "F:\Python310\lib\email\parser.py", line 53, in parse
data = fp.read(8192)
UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 825: illegal multibyte sequence
error in setup command: Error parsing C:\Users\qsc\AppData\Local\Temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6\setup.cfg: UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 825: illebyte 0xad in position 825: 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.
pip install -U weditor
Collecting weditor
Using cached weditor-0.6.5.tar.gz (2.2 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [29 lines of output]
F:\Python310\lib\site-packages\setuptools\dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
warnings.warn(
F:\Python310\lib\site-packages\setuptools\dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
warnings.warn(
F:\Python310\lib\site-packages\setuptools\dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
WARNING: The wheel package is not available.
ERROR:root:Error parsing
Traceback (most recent call last):
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\core.py", line 111, in pbr
attrs = util.cfg_to_args(path, dist.script_args)
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\util.py", line 272, in cfg_to_args
pbr.hooks.setup_hook(config)
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\hooks_init_.py", line 25, in setup_hook
metadata_config.run()
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\hooks\base.py", line 27, in run
self.hook()
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\hooks\metadata.py", line 25, in hook
self.config['version'] = packaging.get_version(
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\packaging.py", line 860, in get_version
version = _get_version_from_pkg_metadata(package_name)
File "c:\users\qsc\appdata\local\temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6.eggs\pbr-5.9.0-py3.10.egg\pbr\packaging.py", line 828, in get_version_from_pkg_metadata
pkg_metadata = email.message_from_file(pkg_metadata_file)
File "F:\Python310\lib\email_init
.py", line 54, in message_from_file
return Parser(*args, **kws).parse(fp)
File "F:\Python310\lib\email\parser.py", line 53, in parse
data = fp.read(8192)
UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 825: illegal multibyte sequence
error in setup command: Error parsing C:\Users\qsc\AppData\Local\Temp\pip-install-j_x_hntv\weditor_7f8d0d16804641fc9bc5e64eada1cda6\setup.cfg: UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 825: illebyte 0xad in position 825: 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.