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
Ubuntu 24.04 comes with python 3.12. Running webship on it failed with error:-
Traceback (most recent call last):
File "/home/ubuntu/.local/share/pipx/venvs/webship/lib/python3.12/site-packages/invoke/util.py", line 24, in <module>
from .vendor.six.moves import reduce # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'invoke.vendor.six.moves'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/.local/bin/webship", line 5, in <module>
from webship import program
File "/home/ubuntu/.local/share/pipx/venvs/webship/lib/python3.12/site-packages/webship/__init__.py", line 22, in <module>
from invoke import Collection, Program
File "/home/ubuntu/.local/share/pipx/venvs/webship/lib/python3.12/site-packages/invoke/__init__.py", line 2, in <module>
from .collection import Collection # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/pipx/venvs/webship/lib/python3.12/site-packages/invoke/collection.py", line 4, in <module>
from .util import six, Lexicon, helpline
File "/home/ubuntu/.local/share/pipx/venvs/webship/lib/python3.12/site-packages/invoke/util.py", line 31, in <module>
from lexicon import Lexicon # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'lexicon'
The text was updated successfully, but these errors were encountered:
Ubuntu 24.04 comes with python 3.12. Running webship on it failed with error:-
The text was updated successfully, but these errors were encountered: