Installation fails due to not enough memory on host
See original GitHub issueHi!
I have problems installing on a fresh Ubuntu Server 18.04 LTS VM following this tutorial.
Seems that the conda install
gets aborted?
Output is:
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 448, in <module>
main()
File "/opt/tljh/hub/lib/python3.6/site-packages/tljh/installer.py", line 430, in main
ensure_user_environment(args.user_requirements_txt_url)
File "/opt/tljh/hub/lib/python3.6/site-packages/tljh/installer.py", line 234, in ensure_user_environment
'conda==4.5.8'
File "/opt/tljh/hub/lib/python3.6/site-packages/tljh/conda.py", line 95, in ensure_conda_packages
] + packages).decode()
File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/usr/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/opt/tljh/user/bin/python', '-m', 'conda', 'install', '-c', 'conda-forge', '--json', '--prefix', '/opt/tljh/user', 'conda==4.5.8']' died with <Signals.SIGKILL: 9>.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top Results From Across the Web
Not enough memory in the system to start the virtual machine
Close the error window. · Click on the red power button to shut it down. · Select the virtual machine and click the...
Read more >Not enough memory in the system to start virtual machine in ...
For that, right-click on the virtual machine and select the Settings option. Then, switch to the Memory tab and enter a lower amount...
Read more >How To Fix "Not Enough Physical Memory" Error On VMWare?
Launch VMware and select Edit > Preferences. In the Memory tab, select Allow most virtual machine memory to be swapped and press OK....
Read more >Not enough memory resources are available to process this ...
Fixes for "Not enough memory resources are available to process this command" in Windows 11/10, particularly when you run commands on CMD.
Read more >How to Fix Not Enough Physical Memory Error in VMware
Fix 5. Modify the Config.ini File (Host Parameters) ... Step 1: Shut down your virtual machines and close the VMware Workstation. Step 2:...
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
Process got killed by kernel due to low memory (VM had 512 MB). Tried with 1 GB and it worked. Should be mentioned somewhere.
ok, so #335 does the following:
I think this should solve this issue, @hoeller.