You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll mention that perhaps the bug is in the documentation. I have no knowledge of what the proper format of pyproject.toml is, I'm just trying to address the deprecation warning that says I should specify a cffi dependency.
Bug Description
When I include
in my
pyproject.toml
, maturin fails withThis is confusing, because the
Readme.md
states that this is how to specify dependencies of the python code.Your Python version (
python -V
)Python 3.9.2
Your pip version (
pip -V
)pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9)
What bindings you're using
cffi
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
git clone https://github.com/droundy/latex_snippet
cd latex_snippet/
maturin build -b cffi # confirm that it builds without this
echo [project] >> pyproject.toml
maturin build -b cffi
The text was updated successfully, but these errors were encountered: