gpt4 book ai didi

python - 是否可以在 Pipfile 中指定 `--no-binary :all:`?

转载 作者:太空宇宙 更新时间:2023-11-04 02:00:56 25 4
gpt4 key购买 nike

我想切换到 pipenv ,但转换我当前的 requirements.txt 不是 1:1。

requirements.txt 包含:

...
lxml==3.8.0 --no-binary :all:
pandas==0.23.4
...

所以,当我运行 pipenv install 时,它运行良好:

$ pipenv install
requirements.txt found, instead of Pipfile! Converting…
✔ Success!
Warning: Your Pipfile now contains pinned versions, if your requirements.txt did.
We recommend updating your Pipfile to specify the "*" version, instead.
Pipfile.lock not found, creating…
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
✔ Success!
Updated Pipfile.lock (383f9f)!
Installing dependencies from Pipfile.lock (383f9f)…
🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 44/44 — 00:00:05
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.

...但是生成的 Pipfile 只包含:

...
lxml = "==3.8.0"
pandas = "==0.23.4"
...

有没有办法在 Pipfile 中指定对 --no-binary :all: 的需要?

最佳答案

pipenv 尊重任何 PIP 变量,因此通过 PIP_... env vars 支持大多数 pip 选项。

虽然不完全是您想要的,但在运行 pipenv 之前设置 PIP_NO_BINARY=lxml 可能是朝着正确方向迈出的一步。

关于python - 是否可以在 Pipfile 中指定 `--no-binary :all:`?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55730350/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com