DEV Community

Discussion on: Build a Native UI Android App with Python and BeeWare.

Collapse
 
shahabpy profile image
Shahab • Edited

p/app.py", line 9, in
import httpx
ModuleNotFoundError: No module named 'httpx'

i installed httpx lib with this command
pip install httpx
pip3 install httpx
snap install httpx

but now after..

briefcase create
briefcase build
briefcase run

error exists yet !!!

p/app.py", line 9, in
import httpx
ModuleNotFoundError: No module named 'httpx'