SeaShell icon indicating copy to clipboard operation
SeaShell copied to clipboard

Issue with installation on Mac

Open Abdullah112006 opened this issue 2 years ago • 3 comments

Traceback (most recent call last): File "/Users/dnn/PycharmProjects/pythonProject/.venv/bin/seashell", line 5, in from seashell import cli File "/Users/dnn/PycharmProjects/pythonProject/.venv/lib/python3.11/site-packages/seashell/init.py", line 28, in from seashell.core.ipa import IPA File "/Users/dnn/PycharmProjects/pythonProject/.venv/lib/python3.11/site-packages/seashell/core/ipa.py", line 31, in from pex.string import String ModuleNotFoundError: No module named 'pex.string'

Abdullah112006 avatar Mar 20 '24 12:03 Abdullah112006

@Abdullah112006 Stop opening multiple same issues. How did you install SeaShell? Try to install it outside venv.

enty8080 avatar Mar 20 '24 20:03 enty8080

sorry, its give me this error when I use seashell command in outside venv: zsh: command not found: seashell

Abdullah112006 avatar Mar 20 '24 22:03 Abdullah112006

sorry, its give me this error when I use seashell command in outside venv: zsh: command not found: seashell

try running it like this

python3 -m seashell

MannuVilasara avatar Apr 11 '24 07:04 MannuVilasara