Hi,
I am currently trying to install the Common Road Search according to https://gitlab.lrz.de/tum-cps/commonroad-search. I’m a Windows 10 user and wanted to use VirtualBox with the given image on Git.
I made it to step 3 in the installation guide ( $ conda install jupyter ipykernel ipywidgets sphinx scipy) yet I always get a NoSpaceLeftError after the download of the packages and confirming the installation…
I already tried to enlarge my massstorage via ‘VBoxManage.exe modifyhd \CommonRoad\CommonRoad.vdi --resize 50000’ to 50 GB but still the installation does not work due to the same problem.
Can someone help me to get this problem solved?
Thanks a lot!
Hi Matejek,
if you use the VirtualBox, then you don’t need to follow the “Install Guide”, only the students who want to install commonroad on their own computer need to install all the packages and set up the environment. You can just tap “jupyter notebook” and run all the thing. It should work
Because everything has been set up in the given image and the storage is limited.
Beiyan
1 Like
Thanks for the tipp Beiyan!