-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
not installed correctly with pypa's build #67
Comments
specifically, i get this output on 23.05
(which fails to complete due to a benchmark problem) and this on the latest nixpkgs
(which fails due to the import check failing to import |
Probably just requires an update to maturin, does |
oh, should have included this NixOS/nixpkgs@master...evils:nixpkgs:rtoml i am using maturin in both builds, which works on 23.05
i don't know where i'm supposed to try that |
hi, i maintain a package for this project in nixpkgs
(though i'm not very familiar with python)
i'm trying to update it from v0.8 to v0.9
this mostly worked on our 23.05 channel
(though there's two problems with the benchmarks)
but when i tried to build again on the latest nixpkgs channel it fails to install the
rtoml
outputi suspect this is due to nixpkgs having switched to using pypa's
build
instead ofpip
an incomplete and misnamed
lib/python3.10/site-packages/_rtoml
gets createdbut not the
site-packages/rtoml
i got on 23.05The text was updated successfully, but these errors were encountered: