织梦CMS - 轻松建站从此开始!

欧博ABG官网-欧博官方网址-会员登入

All dependencies are not downloaded with "pi

时间:2025-11-02 17:52来源: 作者:admin 点击: 4 次
Because you specified --no-binary :all:, pip only downloads sdists for the packages and does not download any wheels. However, pip still needs each p

Because you specified --no-binary :all:, pip only downloads sdists for the packages and does not download any wheels. However, pip still needs each package in wheel form when it comes time to install, and so pip install tries to build a wheel for each package from the sdist, and this step requires setuptools, wheel, and anything listed in the package's setup_requires. I don't know why your environment doesn't have setuptools, but any healthy Python environment should have both it and wheel installed when the environment is created.

Unfortunately for you, packages listed in setup_requires are installed by setuptools itself rather than by pip, so pip download has no way to capture these requirements. If you insist on using --no-binary :all:, then the only solution is to manually compile a list of packages that are missing when pip install runs, download them, and then either install the missing packages before the ones that depend on them or else . Fortunately, the list will likely be rather short (probably just pytest-runner and setuptools_scm).

(责任编辑:)
------分隔线----------------------------
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 验证码:
发布者资料
查看详细资料 发送留言 加为好友 用户等级: 注册时间:2025-11-05 00:11 最后登录:2025-11-05 00:11
栏目列表
推荐内容