i tried to install InquirerPy but it keeps showing me this
$ sudo venv/bin/python3 main.py
Traceback (most recent call last):
File "/home/wahyupc/waydroid_script/main.py", line 2, in
Try running venv/bin/python3 -m pip install -r requirements.txt. It will install all libraries waydroid script needs, including InquirerPy.
Try running
venv/bin/python3 -m pip install -r requirements.txt. It will install all libraries waydroid script needs, including InquirerPy.
if i run that everything libs are installed, but the outcome stays the same.
What's the output of venv/bin/python3 -m pip freeze?
i installed inquirerpy through Octopi, now it seems to work. what i dont understand that it worked 1st time, but not day after it did not. i did do a OS update maybe that unstalled it.
What's the output of
venv/bin/python3 -m pip freeze?
~/waydroid_script main* ❯ venv/bin/python3 -m pip freeze certifi==2025.6.15 charset-normalizer==3.4.2 idna==3.10 inquirerpy==0.3.4 pfzy==0.3.4 prompt_toolkit==3.0.51 requests==2.32.4 tqdm==4.67.1 urllib3==2.5.0 wcwidth==0.2.13
i installed inquirerpy through Octopi, now it seems to work. what i dont understand that it worked 1st time, but not day after it did not. i did do a OS update maybe that unstalled it.
can you share how you did it, have the same problem and nothing seems to work
I encountered the same issue, Inquirer shows up in pip freeze after install but unable to run main.py as it oddly complains that Inquirer is not installed.
I was using Python3.13
Switching to Python3.12 resolved the issue and I was able to use main.py