Skip to content
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

Support maturin pip build backend #984

Open
rupurt opened this issue Jun 12, 2024 · 1 comment
Open

Support maturin pip build backend #984

rupurt opened this issue Jun 12, 2024 · 1 comment

Comments

@rupurt
Copy link

rupurt commented Jun 12, 2024

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
Copy link
Author

rupurt commented Jun 12, 2024

Example of object-store-python not importing #982

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant