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
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/andrejli/.local/lib/python3.6/site-packages/pymux/main.py", line 5, in
from .entry_points.run_pymux import run
File "/home/andrejli/.local/lib/python3.6/site-packages/pymux/entry_points/run_pymux.py", line 28, in
from pymux.main import Pymux
File "/home/andrejli/.local/lib/python3.6/site-packages/pymux/main.py", line 5, in
from prompt_toolkit.buffer import Buffer, AcceptAction
ImportError: cannot import name 'AcceptAction'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/andrejli/.local/lib/python3.6/site-packages/pymux/main.py", line 5, in
from .entry_points.run_pymux import run
File "/home/andrejli/.local/lib/python3.6/site-packages/pymux/entry_points/run_pymux.py", line 28, in
from pymux.main import Pymux
File "/home/andrejli/.local/lib/python3.6/site-packages/pymux/main.py", line 5, in
from prompt_toolkit.buffer import Buffer, AcceptAction
ImportError: cannot import name 'AcceptAction'
The text was updated successfully, but these errors were encountered: