Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Marathon install fails to find module on Linux #205

Open
taimila opened this issue Jul 10, 2019 · 2 comments
Open

Marathon install fails to find module on Linux #205

taimila opened this issue Jul 10, 2019 · 2 comments

Comments

@taimila
Copy link

taimila commented Jul 10, 2019

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
@taimila
Copy link
Author

taimila commented Jul 11, 2019

Okay... I'm not sure what happened, but it started to work today. 🙄

@taimila
Copy link
Author

taimila commented Jul 15, 2019

Looks like my issue was same as #151

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant