dream2nix icon indicating copy to clipboard operation
dream2nix copied to clipboard

Support maturin pip build backend

Open rupurt opened this issue 1 year ago • 1 comments

I've been trying to add pip dependencies that use the maturin build backend. It appears like dream2nix currently ignores them and doesn't install them.

> ipython
Python 3.12.3 (main, Apr  9 2024, 08:09:14) [GCC 13.2.0]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.20.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import opendal
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 1
----> 1 import opendal

ModuleNotFoundError: No module named 'opendal'

In [2]:

rupurt avatar Jun 12 '24 19:06 rupurt

Example of object-store-python not importing https://github.com/nix-community/dream2nix/issues/982

rupurt avatar Jun 12 '24 19:06 rupurt