-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
Error with pyarrow
#1724
Comments
So this is in a check that tries to see if the pyarrow version and the arrow-cpp version (from nixpkgs) match, and it's passing the arrow-cpp attrSet, instead of the verison, to lib.versions.majorMinor. I have a fix in my mega work in progress PR, but in the meantime, have you tried to use to 'just use a wheel'? (pyarrow.override {preferWheel=True}...) |
Thanks! I didn't realize I could do that. Unfortunately I've moved on and don't really remember what I was packaging... but next time I try out |
This was fixed in #1738 |
Describe the issue
If
pyarrow
is in[tool.poetry.dependencies]
,nix build
fails witherror: value is a set while a string was expected
.Additional context
To reproduce as simply as possibly, I added
pyarrow = "^16.1.0"
topyproject.toml
inpoetry2nix/templates/app/
and rannix build
.Output from `nix build --show-trace`:
poetry2nix/templates/app/flake.nix:
modified `poetry2nix/templates/app/pyproject.toml`:
poetry.lock:
The text was updated successfully, but these errors were encountered: