-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fail building with Poetry #61
Comments
the error printed is related to git not being available can you install git (e.g. |
Had git installed, but ran Prob same as #27, building from source worked though |
did you install maturin separately? |
do you know if there is some reason why git might not be available to poetry during build time? I'm not a poetry user and am not familiar with how this issue might arrise the problem is with this file that runs during the build process. the git command is attempted and for some reason fails, leading to the git warning |
so i found an interim solution cloned the cryo repo in my working directory, ran maturin and added this to my [tool.poetry.dependencies]
cryo-python = { file = "./cryo/target/wheels/cryo_python-0.2.0-cp310-cp310-macosx_10_7_x86_64.whl" } btw @sslivkoff are you using venv or flit instead? |
seeing the same issue with |
Version
Latest
Platform
Linux
Description
Installation via Poetry seems to fail.
I tried this code:
poetry add cryo-python
or
poetry install
(if the pkg was manually added to pyproject.toml)I expected to see this happen: Successful installation and pkg added to pyproject.toml
Instead, this happened:
The text was updated successfully, but these errors were encountered: