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

Issues with 3.0.0-rc5 tutorial #9174

Closed
dsblank opened this issue Oct 17, 2020 · 3 comments · Fixed by #9190
Closed

Issues with 3.0.0-rc5 tutorial #9174

dsblank opened this issue Oct 17, 2020 · 3 comments · Fixed by #9190
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@dsblank
Copy link
Member

dsblank commented Oct 17, 2020

Description

Attempting to go through the jupyterlab_apod demo with jupyterlab 3.0.0-rc5

Reproduce

Followed directions. I think the point where my setup differs is that I was trying to install into ~/.local

Issues

  1. jupyter_packaging was not mentioned until later, but is needed much earlier. Suggest adding pip install jupyter_packaging with jupyterlab
  2. pip install -ve . does not work with --user; I had to use --prefix=~/.local
  3. Even then, there is an error in where to put /share/ items.
$ pip install -ve . --prefix=/home/dblank/.local
...
Creating /home/dblank/.local/lib/python3.8/site-packages/jupyterlab-apod.egg-link (link to .)
Adding jupyterlab-apod 0.1.0 to easy-install.pth file

Installed /home/dblank/jupyterlab_apod
creating /usr/share/jupyter
error: could not create '/usr/share/jupyter': Permission denied
@dsblank
Copy link
Member Author

dsblank commented Oct 17, 2020

Third issue is fixed with: jupyter/jupyter-packaging#52

@jasongrout
Copy link
Contributor

Is the second issue also an issue with jupyter-packaging?

jasongrout added a commit to jasongrout/jupyterlab that referenced this issue Oct 20, 2020
@jasongrout jasongrout added this to the 3.0 milestone Oct 20, 2020
jasongrout added a commit to jasongrout/jupyterlab that referenced this issue Oct 21, 2020
@dsblank
Copy link
Member Author

dsblank commented Oct 24, 2020

@jasongrout I think there is something broken with python3.8 (or my local setup) and "pip install -e ." because I am getting the error on many packages.

In any event, I think my PR over on jupyter_packaging is now correct.

Thanks!

@github-actions github-actions bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Apr 23, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants