-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working