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

ModuleNotFoundError: No module named 'typing_extensions' #27

Open
Abdull opened this issue May 6, 2023 · 0 comments
Open

ModuleNotFoundError: No module named 'typing_extensions' #27

Abdull opened this issue May 6, 2023 · 0 comments

Comments

@Abdull
Copy link

Abdull commented May 6, 2023

Using version https://github.com/mlc-ai/web-stable-diffusion/tree/ce0c2fbd0fffd7ee39e7be9da34052a8809d98db , I wanted to set up web-stable-diffusion "to deploy the model on web with WebGPU runtime" (as outlined at the specific README.md section.

The step scripts/prep_deps.sh failed with

ModuleNotFoundError: No module named 'typing_extensions'

I was able to resolve this issue by installing the typing-extensions module with

pip install typing-extensions

Executing scripts/prep_deps.sh again then finished successfully.

So maybe typing-extensions should be declared as an requirement.

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