Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
11 stars 0 forks source link

Runner installer not working on MacOS #1144

Open lars-reimann opened 2 months ago

lars-reimann commented 2 months ago

Describe the bug

On MacOS, VS Code provides a globalStorageUri that is not writable by pip/python. Because of this, the runner cannot be installed.

To Reproduce

Install the runner on MacOS.

Expected behavior

The runner should be installed.

Screenshots (optional)

No response

Additional Context (optional)

Let the user choose a suitable location (https://stackoverflow.com/a/64805222). Maybe first try installing in the default location but catch errors. Then let the user choose.