-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ModuleNotFoundError: No module named 'tenacity.asyncio' #1688
Comments
What does:
show for you? Also what is the more complete traceback? I presume you have an incomplete installation. |
Seeing same thing in docker image:
|
|
Thanks for looking into, seems the workaround is to install tenacity==8.3.0 , the bug is in tenacity>=8.4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed all of the installation and running below
HF_DATASETS_OFFLINE=1 TRANSFORMERS_OFFLINE=1 python generate.py --base_model=mistral-7b-instruct-v0.2.Q2_K.gguf --prompt_type=mistral --max_seq_len=512 --cli=True
get an error:
File "/home/letro/.conda/envs/h2ogpt_env/lib/python3.10/site-packages/tenacity/init.py", line 653, in
from tenacity.asyncio import AsyncRetrying # noqa:E402,I100
ModuleNotFoundError: No module named 'tenacity.asyncio'
The text was updated successfully, but these errors were encountered: