Unable to install on Ubuntu 14.04
See original GitHub issueHi,
I am facing on this error on Ubuntu 14.04
This is error when I was trying to use bootstrap.py
Upgrading TLJH installer...
Traceback (most recent call last):
File "bootstrap.py", line 83, in <module>
main()
File "bootstrap.py", line 68, in main
] + pip_flags + [tljh_repo_path], stderr=subprocess.STDOUT)
File "/usr/lib/python3.4/subprocess.py", line 620, in check_output
raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command '['/opt/tljh/hub/bin/pip', 'install', '--upgrade', 'git+https://github.com/jupyterhub/the-littlest-jupyterhub.git']' returned non-zero exit status 1
This is something when I was trying to run setup.py
sudo /opt/tljh/hub/bin/python3.4 setup.py install
Error message
error in the-littlest-jupyterhub setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
This is a little bit strange to me. Do you guys have any idea?
Thank you, Tran
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Why can't I install any applications on my ubuntu 14.04? - Quora
My answer is here (answer to Ubuntu? When I try to install softwares from ubuntu software center it says package dependencies cannot be...
Read more >Failed to install Ubuntu 14.04 64 bit
I was trying to install Ubuntu 14.04 64 bit on my acer aspire e15. it has intel pentium quad core processor N3540.
Read more >Unable to Install an Ubuntu 14.04 Guest with Parallels 15
I downloaded the Ubuntu iso and selected it in the installation assistant. I have tried both with and without 'express installation' checked.
Read more >Onboarding Ubuntu 14.04 failing to install.
I went throught the detailsed steps and still cant get mdatp to install in Ubuntu 14.04. $ cat /etc/apt/sources.list.d/*
Read more >Install Ubuntu 14.04 alongside Windows 8.1 in 10 easy steps
1. Back up Windows · 2. Create a bootable Ubuntu USB drive · 3. Shrink your Windows partition · 4. Turn off fast...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Why not put it in an important directive?
Fixed in https://github.com/jupyterhub/the-littlest-jupyterhub/pull/221 tos how better error messages.