-
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 'pyngrok' #2979
Comments
same error :( |
fixed, use the latest notebook |
Thank you very much, you're great!!!! |
Hi! Could you share the latest notebook in Google Colab for the updated dependencies? I didn't see in the README section. |
in colab : file-->open notebook-->choose github --> type |
I suddenly get this message today and I can't.
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 0>()
4 import sys
5 import fileinput
----> 6 from pyngrok import ngrok, conf
7 import re
8
ModuleNotFoundError: No module named 'pyngrok'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
The text was updated successfully, but these errors were encountered: