Skip to content
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

moduleNotFound error #388

Open
g1-art opened this issue Jul 6, 2024 · 2 comments
Open

moduleNotFound error #388

g1-art opened this issue Jul 6, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@g1-art
Copy link

g1-art commented Jul 6, 2024

i am using command python3 oneforall.py -h and it shows me,

Traceback (most recent call last):
File "/home/situ/Desktop/OneForAll/oneforall.py", line 15, in
import export
File "/home/situ/Desktop/OneForAll/export.py", line 13, in
from common import utils
File "/home/situ/Desktop/OneForAll/common/utils.py", line 18, in
import tenacity
ModuleNotFoundError: No module named 'tenacity'

i am using,
linux amd64
python version 3.11.8
oneForAll version v0.4.5

Traceback (most recent call last):
File "/home/situ/Desktop/OneForAll/oneforall.py", line 15, in
import export
File "/home/situ/Desktop/OneForAll/export.py", line 13, in
from common import utils
File "/home/situ/Desktop/OneForAll/common/utils.py", line 18, in
import tenacity
ModuleNotFoundError: No module named 'tenacity'

Screenshot 2024-07-06 102853

@g1-art g1-art added the bug Something isn't working label Jul 6, 2024
@hetvaishnav1106
Copy link

what is solution for this error

@g1-art
Copy link
Author

g1-art commented Jul 15, 2024

@hetvaishnav1106 it is a bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants