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
{{ message }}
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Description
Installed deb file from the release page over top of a working Mariner install. Checking the the status of via "sudo systemctl status mariner3d" produces the following error:
Apr 23 23:05:46 mariner systemd[1]: Started mariner3d Printer Controller.
Apr 23 23:05:46 mariner mariner[787]: Traceback (most recent call last):
Apr 23 23:05:46 mariner mariner[787]: File "/usr/bin/mariner", line 5, in
Apr 23 23:05:46 mariner mariner[787]: from mariner.server import main
Apr 23 23:05:46 mariner mariner[787]: ModuleNotFoundError: No module named 'mariner'
Apr 23 23:05:47 mariner systemd[1]: mariner3d.service: Main process exited, code=exited, status=1/FAILURE
Apr 23 23:05:47 mariner systemd[1]: mariner3d.service: Failed with result 'exit-code'.