object-store-python icon indicating copy to clipboard operation
object-store-python copied to clipboard

Can't use python package due to relative parent paths

Open rupurt opened this issue 1 year ago • 0 comments

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

rupurt avatar Jun 13 '24 01:06 rupurt