conda-forge / conda-forge/conda-forge.github.io

Need for a knowledgebase explanation on how to handle pyproject.toml, PEP 517, and PEP 518

未关闭
#1,174 1 条评论 4 个 reaction 已指派 0 人 在 GitHub 查看
Docs
主要语言
JavaScript
星标
170
派生
320
平均合并
2 天 10 小时
30 天内合并 PR
5

描述

Issue:

pip now uses the pyproject.toml file by default as per PEP 517 and PEP 518. But that file seems to be a bit redundant with the conda meta.yaml file. I've had to delete this file from the downloaded tarballs to get builds working and it seems many other feedstocks do the same:

https://github.com/search?q=org%3Aconda-forge+pyproject.toml&type=code

Is the best practice to delete the file? pip has `-no-binary` and `--no-use-pep-517` (or did) but I haven't had luck with those flags combined with conda. Maybe someone else knows the best approach at dealing with pip trying to setup a build environment when it isn't needed because conda build already handles that.

Whatever the answer is, it would be good to add something to the knowledge base page about this. I can add something, but I'm not sure what should be added.



Environment (conda list):

```
$ conda list

```



Details about conda and system ( conda info ):

```
$ conda info

```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。