roeap / object-store-python

Python bindings and arrow integration for the rust object_store crate.
Apache License 2.0
51 stars 8 forks source link

Can't use python package due to relative parent paths #21

Open rupurt opened 3 months ago

rupurt commented 3 months ago

Howdy,

I'm running into trouble installing the package either from pypi or github with pip in a Nix project. It looks like the issue is related to relative path references for parents with ../. I had a look at other python packages that use maturin that also work with Nix and they don't use parent paths.

e.g. orjson