-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
"no module named packaging" error #497
Comments
@TheNugget000 did you run install script before running the script ? |
I have the sam problem |
Traceback (most recent call last): |
Unsubscribe
…On Thu, 9 Jan 2025, 8:08 am heiiwjww, ***@***.***> wrote:
Traceback (most recent call last):
File "/data/data/com.termux/files/home/seeker/seeker.py", line 20, in
from packaging import version
ModuleNotFoundError: No module named 'packaging' problem
—
Reply to this email directly, view it on GitHub
<#497 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AULXQJTDCBXGSYX4PHCJMH32JXOJTAVCNFSM6AAAAABSMGH4ZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZZGA3DCMZRGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i type: python3 seeker.py this error comes out:
Traceback (most recent call last):
File "/data/data/com.termux/files/home/seeker/seeker.py", line 20, in
from packaging import version
ModuleNotFoundError: No module named 'packaging'
The text was updated successfully, but these errors were encountered: