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

No module named 'tqdm' WSL #316

Closed
Comrade19632 opened this issue Mar 20, 2023 · 1 comment
Closed

No module named 'tqdm' WSL #316

Comrade19632 opened this issue Mar 20, 2023 · 1 comment

Comments

@Comrade19632
Copy link

Comrade19632 commented Mar 20, 2023

I am trying docker setup and for some reason its not working.
I have tqdm on my system.

docker run -v /llama/models:/models ghcr.io/ggerganov/llama.cpp:full --all-in-one "/models/" 7B
Downloading model...
Traceback (most recent call last):
  File "/app/./download-pth.py", line 3, in <module>
    from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'
pip3 install tqdm
Requirement already satisfied: tqdm in /home/whoami/.local/lib/python3.8/site-packages (4.62.3)
@Comrade19632
Copy link
Author

i just redownload image and error was dissapear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant