-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install
from sources fails with cargo dependencies identified by a relative path
#330
Comments
See also #238 |
This should be fixed in 0.10 |
Thank you so much for working on this problem. I just tried again with Maturin 0.10.2 and sadly it does not seem to work for me. Here is the
|
I had the same problem. PIP 21.1 is out now. I tested it with pip install . --use-feature=in-tree-build and it works now. |
I've just done a test locally and It works fine with pip 21.3.1. Closing, feel free to reopen if there are still issues unresolved. |
ERROR: Command errored out with exit status 1:
Python: 3.6.9 |
First, thank you so much for PyO3 and Maturin. They are amazing libraries!
pip install . --verbose
fails with the following Maturin error when run in this project:maturin develop
works without any problem. I guess the error is caused by the importation of a workspace crate with a relative path:The
pyproject.toml
is the usualVersion information:
python -V
): 3.8.3pip -V
): 20.1.1cargo build
work? Yesmaturin develop
work? YesThe text was updated successfully, but these errors were encountered: