You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that editable install fails when trying to import the package in Jupyter notebook.
Here is an example:
In my current project, I have a native package (parselmouth) built with the scikit build core (as git submodule) so I can troubleshoot/enhance the custom features that I'd like to have for this project.
In this project's venv, I installed parselmouth by
It appears that editable install fails when trying to import the package in Jupyter notebook.
Here is an example:
In my current project, I have a native package (
parselmouth
) built with the scikit build core (as git submodule) so I can troubleshoot/enhance the custom features that I'd like to have for this project.In this project's venv, I installed
parselmouth
byThen, in a Python script, I confirm the expected behavior:
triggers
cmake --build
andcmake --install
at run-time.In a Jupyter notebook, however,
import parselmouth
printsthen leaves the following error:
I'd be happy to provide additional information.
The text was updated successfully, but these errors were encountered: