You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I entcountered that problem already before on another wsl distro. I could fix the problem by executing:
chmod +x /usr/local/getML/getml-1.4.0-x64-linux/bin/getml-monitor
#that one because otherwise I could not start the engine from vs code interactive ...
chmod +x /home/joachim/.getML/getml-1.4.0-x64-linux/bin/getml-1.4.0-x64-linux-engine
That worked:
(.venv) joachim@LAPTOP-TGARJR02:~/.getML/getml-1.4.0-x64-linux$ sudo ./getML
Installing getML...
Successfully installed getML into '/usr/local/getML/getml-1.4.0-x64-linux'.
getML - Automated Feature Learning for Relational Data and Time Series.
version: getml-1.4.0-x64-linux
Please open a browser and point it to the following URL:
http://localhost:1709/
But I think there could be something wrong with the installer or it should handle that case more gracefully giving the user instructions.
The text was updated successfully, but these errors were encountered:
When trying to run/install getml-enterprise (with the monitor) on a wsl2 ubuntu distribution (24.04) I get the following permission error:
I entcountered that problem already before on another wsl distro. I could fix the problem by executing:
That worked:
But I think there could be something wrong with the installer or it should handle that case more gracefully giving the user instructions.
The text was updated successfully, but these errors were encountered: