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
Since migration to jupyter_packaging, the install from source works fine pip install -e ., but the install does not work anymore pip install . (the folder structure in the lib is empy, jupyter_server can not be imported)
I have tried pip install . with revision 9a64b9d and it is working fine.
Maybe a config must be set to make this work. This has impact on the other project (jupyterlab_server, nbclasssi) consuming the package from github master.
Since migration to
jupyter_packaging
, the install from source works finepip install -e .
, but the install does not work anymorepip install .
(the folder structure in the lib is empy, jupyter_server can not be imported)I have tried
pip install .
with revision 9a64b9d and it is working fine.Maybe a config must be set to make this work. This has impact on the other project (jupyterlab_server, nbclasssi) consuming the package from github master.
cc/ @Zsailer @blink1073
The text was updated successfully, but these errors were encountered: