Closed cwood1967 closed 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
File "/opt/tljh/hub/lib/python3.6/site-packages/pip/basecommand.py", line 69, in _build_session
if options.cache_dir else None
File "/usr/lib/python3.6/posixpath.py", line 80, in join
a = os.fspath(a)
It looks like two different Python distributions are getting confused with each other. Could you try reproducing this on a fresh VM? What customisations do you have on your workstation, compared with a clean installation?
Thanks for the quick response. I will try to track that down and try on a VM.
I'll go for a close as I see no clear actionable followup. Note that we have also now recently stopped pinning the pip version.
Bug description
I am trying to install TLJH, can after running
curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E /usr/bin/python3 - --admin
It creates the /opt/tljh directory, and directories inside, but when trying to upgrade pip, it crashes with:
Expected behaviour
I thought the installation would finish.
Actual behaviour
The installation stopped with an error
How to reproduce
follow the installation instructions
Your personal set up