-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Termux issue still here #57
Comments
Read here |
Thank your response And I regret to inform you that this is still here: I installed on termux |
python3 -m pip uninstall googlesearch-python -y Then pip install googlesearch-python |
I guess we can say it kind of worked 'cause this is what it shows: root@localhost:~# xosint What should I do |
Run pip install requests Every module it says not found |
error: externally-managed-environment × This environment is externally managed
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. This is the response I got I tried some methods it showed but no changes seen |
@Travelling-Human For every module your trying to install Eg |
1 similar comment
@Travelling-Human For every module your trying to install Eg |
ERROR: Could not find a version that satisfies the requirement request (from versions: none) This is the response from it |
@Travelling-Human, add requests to it, not request |
Traceback (most recent call last): Just for the record I tried reinstalling and the ping and ping3 are there. I don't know what happened here |
@Travelling-Human pip install ping3 --break-system-packages |
I know I am annoying you with these questions I am sorry please bear with me a little longer root@localhost:~# pip install googleapiclient --break-system-packages What should I do here |
there is no python module called that, it is
|
Thank you for the response earlier. And everything. I know that I was kind of stupid not doing the research. Sorry. Again can you help me with this too. I will try to make as few responses as possible root@localhost:~# xosint An unexpected error occurred: module 'platform' has no attribute 'linux_distribution' |
Kindly send a screenshot |
Oh I see, I'd need to update the code on my end so it works for your version of termux |
Thank you so so much buddy |
This thread help me to solve the same issue, Only for each missing library I installed separately using the flag |
@Matiassimone Screen.Recording.2024-11-18.at.11.22.11.AM.mp4 |
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/xosint", line 33, in
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
This problem is still happening in my termux
The text was updated successfully, but these errors were encountered: