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

Marathon install fails to find module on Linux #205

@taimila

Description

@taimila

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions