Skip to content

ImportError: No module named pash.misc on Linux #14

@rjousse18

Description

@rjousse18

I have this error :

Traceback (most recent call last): File "figaro.py", line 3, in <module> import pash.misc, pash.cmds, sys ImportError: No module named pash.misc

when i launch python figaro.py

Traceback (most recent call last): File "figaro.py", line 3, in <module> import pash.misc, pash.cmds, sys File "/home/remi/.local/lib/python3.6/site-packages/pash/cmds.py", line 4, in <module> from pash.command import Command File "/home/remi/.local/lib/python3.6/site-packages/pash/command.py", line 7, in <module> def _def_callback(cmd: Command, args: List[str]) -> None: NameError: name 'Command' is not defined

when i launch python3 figaro.py

python version : 2.7.17
python3 version : 3.6.9

(even with latest update)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions