waydroid_script icon indicating copy to clipboard operation
waydroid_script copied to clipboard

i tried to install InquirerPy but it keeps showing me this

Open cutefishaep opened this issue 7 months ago • 7 comments

$ sudo venv/bin/python3 main.py Traceback (most recent call last): File "/home/wahyupc/waydroid_script/main.py", line 2, in from InquirerPy import inquirer ModuleNotFoundError: No module named 'InquirerPy'

cutefishaep avatar May 19 '25 15:05 cutefishaep

Try running venv/bin/python3 -m pip install -r requirements.txt. It will install all libraries waydroid script needs, including InquirerPy.

stelios333 avatar Jun 05 '25 13:06 stelios333

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.

psykoen avatar Jul 03 '25 19:07 psykoen

What's the output of venv/bin/python3 -m pip freeze?

stelios333 avatar Jul 03 '25 20:07 stelios333

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.

psykoen avatar Jul 04 '25 00:07 psykoen

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

psykoen avatar Jul 04 '25 00:07 psykoen

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

Genome26 avatar Jul 05 '25 12:07 Genome26

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

ddxv avatar Aug 28 '25 06:08 ddxv