-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
when trying to run pplx-cli on a Windows OS:
> perplexity --help
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "D:\hossam\bin\pipx\.local\bin\perplexity.exe\__main__.py", line 2, in <module>
File "D:\hossam\bin\pipx\venvs\pplx-cli\Lib\site-packages\pplx_cli\cli.py", line 5, in <module>
import tty
File "D:\hossam\bin\python\WPy64-31260\python-3.12.6.amd64\Lib\tty.py", line 5, in <module>
from termios import *
ModuleNotFoundError: No module named 'termios'I believe that termios is only for Linux systems, is this mean that pplx-cli doesn't support Windows OS?
Metadata
Metadata
Assignees
Labels
No labels