PauperZ / SSRSpeedN

基于SSRSpeed修改,支持同时进行单线程/多线程测速,并可同时进行流媒体解锁状态测试
GNU General Public License v3.0
1.13k stars 157 forks source link

请问这个错误是什么? #39

Open doomzc opened 2 years ago

doomzc commented 2 years ago

Collecting aiohttp_socks Using cached aiohttp_socks-0.7.1-py3-none-any.whl (9.3 kB) Collecting pynat Using cached pynat-0.7.0.tar.gz (7.1 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\Administrator\AppData\Local\Temp\pip-install-_8q8khy6\pynat_4cf1f56bef3945618cbaceeb2460b58d\setup.py", line 7, in from pynat import version, url File "C:\Users\Administrator\AppData\Local\Temp\pip-install-_8q8khy6\pynat_4cf1f56bef3945618cbaceeb2460b58d\pynat.py", line 29, in from six import text_type ModuleNotFoundError: No module named 'six' [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.

PauperZ commented 2 years ago

目测是python和pip版本问题,是不是太新了?

doomzc commented 2 years ago

python 我下载了旧版还是。。pip我试试

Wanna026 commented 2 years ago

我也是和你一样的报错,咋解决的哇呜呜呜。

whyisshen commented 1 year ago

https://blog.csdn.net/life_isshort/article/details/92674976 我看的这个解决了问题,python版本是3.7.0

fengziX commented 1 year ago

我装了six还是不行....