moduleNotFound error
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'
Source: shmilylty/OneForAll