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 has been archived by the owner on Jan 4, 2020. It is now read-only.
Platform
Raspberry PI running Raspbian GNU/Linux 10 (buster)
Issue sudo marathon install my-script fails with error output:
🏃 Compiling script...
💥 Failed to compile script
👉 The following error(s) occured:
- 1:8: no such module 'ShellOut'
👉 You can add ShellOut to Marathon using 'marathon add <url-to-ShellOut>'
Steps to reproduce
Install marathon as described (for Linux) in readme
Install Shellout module with marathon add <url-to-ShellOut>
Create script that imports ShellOut
Try to install that script
Notes
Interestingly marathon run my-script works just fine with script that uses ShellOut module
marathon list shows that ShellOut module is installed indeed
Installing a script without dependencies works correctly
The text was updated successfully, but these errors were encountered:
Platform
Raspberry PI running
Raspbian GNU/Linux 10 (buster)
Issue
sudo marathon install my-script
fails with error output:Steps to reproduce
marathon add <url-to-ShellOut>
Notes
marathon run my-script
works just fine with script that uses ShellOut modulemarathon list
shows that ShellOut module is installed indeedThe text was updated successfully, but these errors were encountered: