Replies: 2 comments
-
python版本? |
Beta Was this translation helpful? Give feedback.
0 replies
-
这个是安装jmcomic依赖项curl_cffi库报的错,建议自行google或者问ai |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
注意事项
你使用的是哪种方式?
GitHub Actions
你的目的?
报错,以下是日志:
$ pip install jmcomic -i https://pypi.org/project -U
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/project
Collecting jmcomic
Using cached jmcomic-2.6.4-py3-none-any.whl (69 kB)
Collecting commonx>=0.6.38 (from jmcomic)
Using cached commonx-0.6.38-py3-none-any.whl (33 kB)
Collecting curl-cffi (from jmcomic)
Using cached curl_cffi-0.12.0.tar.gz (150 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
脳 Getting requirements to build wheel did not run successfully.
鈹?[0m exit code: 1
鈺扳攢> [49 lines of output]
Using ./lib64 to store libcurl-impersonate
Downloading libcurl-impersonate from https://github.com/lexiforest/curl-impersonate/releases/download/v1.1.0/libcurl-impersonate-v1.1.0.x86_64-win32.tar.gz...
Unpacking downloaded files...
Files after unpacking
['bin', 'brotlicommon.lib', 'brotlidec.lib', 'brotlienc.lib', 'crypto.lib', 'include', 'lib', 'libcurl.dll', 'libcurl.lib', 'libcurl_imp.lib', 'nghttp2.lib', 'nghttp3.lib', 'ngtcp2.lib', 'ngtcp2_crypto_boringssl.lib', 'share', 'ssl.lib', 'zlib.dll', 'zlib.lib', 'zstd.lib']
Files for linking
['bin', 'brotlicommon.lib', 'brotlidec.lib', 'brotlienc.lib', 'crypto.lib', 'include', 'lib', 'libcurl.dll', 'libcurl.lib', 'libcurl_imp.lib', 'nghttp2.lib', 'nghttp3.lib', 'ngtcp2.lib', 'ngtcp2_crypto_boringssl.lib', 'share', 'ssl.lib', 'zlib.dll', 'zlib.lib', 'zstd.lib']
Traceback (most recent call last):
File "D:\SoftWare\miniforge-pypy3\Lib\cffi_shimmed_dist_utils.py", line 33, in
from distutils.msvc9compiler import MSVCCompiler
ModuleNotFoundError: No module named 'distutils.msvc9compiler'
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
脳 Getting requirements to build wheel did not run successfully.
鈹?[0m exit code: 1
鈺扳攢> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
已经用pip安装过setuptools了,无效
你遇到的困难?
No response
额外信息(代码/option配置/截图等)
No response
Beta Was this translation helpful? Give feedback.
All reactions