Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runner installer not working on MacOS #1144

Closed
lars-reimann opened this issue May 3, 2024 · 1 comment · Fixed by #1238
Closed

Runner installer not working on MacOS #1144

lars-reimann opened this issue May 3, 2024 · 1 comment · Fixed by #1238
Labels
bug 🪲 Something isn't working released Included in a release

Comments

@lars-reimann
Copy link
Member

lars-reimann commented May 3, 2024

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.

@lars-reimann lars-reimann added the bug 🪲 Something isn't working label May 3, 2024
@lars-reimann lars-reimann added this to DSL May 3, 2024
@github-project-automation github-project-automation bot moved this to Backlog in DSL May 3, 2024
lars-reimann added a commit that referenced this issue Sep 25, 2024
Closes #1144

### Summary of Changes

Users must now select a path for the runner during installation, since
the path given by VS Code might not be writable.
@github-project-automation github-project-automation bot moved this from Backlog to ✔️ Done in DSL Sep 25, 2024
lars-reimann pushed a commit that referenced this issue Sep 25, 2024
## [0.18.0](v0.17.0...v0.18.0) (2024-09-25)

### Features

* eda history basic setup ([#1212](#1212)) ([597672b](597672b)), closes [#1211](#1211)
* eda refresh outdated view ([#1215](#1215)) ([2295d80](2295d80)), closes [#1214](#1214)
* **eda:** filter by column ([#1217](#1217)) ([77ad26c](77ad26c)), closes [#1216](#1216)
* integrate version 0.28.0 of the `safe-ds` Python library ([#1237](#1237)) ([1b742e7](1b742e7))
* select path for runner when installing ([#1238](#1238)) ([3d9d4db](3d9d4db)), closes [#1144](#1144)

### Bug Fixes

* eda table right click improvements ([#1213](#1213)) ([cf440e3](cf440e3)), closes [#1180](#1180)
@lars-reimann
Copy link
Member Author

🎉 This issue has been resolved in version 0.18.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working released Included in a release
Projects
Status: ✔️ Done
Development

Successfully merging a pull request may close this issue.

1 participant