ModuleNotFoundError: No module named 'android'
See original GitHub issueSpecification
- pywebview version: 3.6.3
- operating system: Arch Linux
- web renderer: -
Description
Code
import webview
Output
Traceback (most recent call last):
File "/home/lix/Documents/NSDEarch/muse/muse/client.py", line 3, in <module>
import webview
File "/home/lix/.local/lib/python3.10/site-packages/webview/__init__.py", line 1, in <module>
from .webview import WebView
File "/home/lix/.local/lib/python3.10/site-packages/webview/webview.py", line 1, in <module>
from android.runnable import run_on_ui_thread as run_thread
ModuleNotFoundError: No module named 'android'
OS Info [removed]
Practicalities
-
YES/NO I am willing to work on this issue myself.
-
YES/NO I am prepared to support this issue financially.
Issue Analytics
- State:
- Created a year ago
- Comments:9
Top Results From Across the Web
Kivy ImportError: No module named android.runnable
You cannot run this directly on Ubuntu, the android module works only on android - its purpose is to interact with parts of...
Read more >ModuleNotFoundError: No module named 'android'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'android' How to remove the ModuleNotF.
Read more >ModuleNotFoundError: No module named 'android' #2697
[ + ] the issue is indeed a bug and not a support request · [ + ] I have a short, runnable...
Read more >How to install android module? : r/learnpython - Reddit
There is no module named android on pypi, and even if there were it wouldn't be the one you've read instructions about here....
Read more >python-for-android - PyPI
python-for-android is a packaging tool for Python apps on Android. You can create your own Python distribution including the modules and dependencies you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Most probably, I decided to start to use a virtual environment after this issue for good.
Great to hear it’s now working. I think it was the same issue for me!