-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
relay/cmdeploy/src/cmdeploy/cmdeploy.py
Lines 209 to 211 in fa5a6a6
| x = importlib.util.find_spec("deltachat") | |
| if x is None: | |
| out.check_call(f"{sys.executable} -m pip install deltachat") |
These bindings don't work on macOS:
https://support.delta.chat/t/cant-launch-scripts-cmdeploy-test-on-mac/4356
Are they even needed? We have dependencies in pyproject.toml, there should be no need to call pip install manually.
Metadata
Metadata
Assignees
Labels
No labels