Error during installation
See original GitHub issueHi! Trying to install, but get an error:
dzarlax@Jupiter:~$ curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py | sudo python3 - --admin dzarlax
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2682 100 2682 0 0 13211 0 --:--:-- --:--:-- --:--:-- 13211
Checking if TLJH is already installed...
TLJH already installed, upgrading...
Upgrading TLJH installer...
Setup tljh package
Starting TLJH installer...
Setting up admin users
Granting passwordless sudo to JupyterHub admins...
Setting up user environment...
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/opt/tljh/hub/lib/python3.6/site-packages/tljh/installer.py", line 432, in <module>
main()
File "/opt/tljh/hub/lib/python3.6/site-packages/tljh/installer.py", line 413, in main
ensure_user_environment(args.user_requirements_txt_url)
File "/opt/tljh/hub/lib/python3.6/site-packages/tljh/installer.py", line 229, in ensure_user_environment
'conda==4.5.8'
File "/opt/tljh/hub/lib/python3.6/site-packages/tljh/conda.py", line 103, in ensure_conda_packages
output = json.loads(filtered_output.lstrip('\x00'))
File "/usr/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.6/json/decoder.py", line 342, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 7 column 1 (char 82)
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (3 by maintainers)
Top Results From Across the Web
How to fix/remove fatal error during software installation
To resolve fatal error during software installation, follow the steps given below: · Select the Software Deployment tab. · Select the package to...
Read more >Fix: A Fatal Error Occurred during Installation - Appuals.com
This error usually occurs when you are already trying to install an application which is already installed. Or the folder where you are...
Read more >How to troubleshoot Windows Installer errors - Microsoft Support
Right-click Windows Installer, and then click Properties. If the Startup type box is set to Disabled, change it to Manual. Click OK to...
Read more >Error 1603: Fatal Error During Installation [FIXED] - Driver Easy
If you have previously installed the same program (or its earlier version), the error can occur when you try to install the application...
Read more >If an error occurred while updating or installing macOS
The message might say that an error occurred while downloading, preparing, or installing, or that the installer is damaged or could not be ......
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
I have the same issue on Ubuntu 18.04, working from this tutorial on my own server.
Thanks for opening the issue, @dzarlax! Can you tell me what base operating system this is using? Did you follow one of our cloud provider guides or is this on a system by itself?