TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.52k stars 1.31k forks source link

Getting this error - ModuleNotFoundError: No module named 'pyngrok' - Please Help ! #2053

Open HelpANewbie opened 1 year ago

HelpANewbie commented 1 year ago

ModuleNotFoundError Traceback (most recent call last) in <cell line: 6>() 4 import sys 5 import fileinput ----> 6 from pyngrok import ngrok, conf 7 8 Use_Cloudflare_Tunnel = False #@param {type:"boolean"}

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.

kuvuuuuu commented 1 year ago

same.

HelpANewbie commented 1 year ago

yes looks like an update is pending :(

sangoi-exe commented 1 year ago

The problem is on Requirements cell, it isn't working, maybe Colab problem. I'm trying a workaround here until TheLastBen try fix it.

buckwheaton commented 1 year ago

Getting this too. tried to add !pip install pyngrok before line 6 and then got "ModuleNotFoundError: No module named 'fastapi'"

HelpANewbie commented 1 year ago

wishing TheLastBen fixes it soon

RebelCat90 commented 1 year ago

It gave me the same error, then I tried later and entered without problems. Today I have the same problem.

atomfurs commented 1 year ago

sames

TheLastBen commented 1 year ago

I'll check it out

Mozer commented 1 year ago

While it's being fixed you can still run this colab using "use reserve environment " command. Not sure how it's called in English version, I'm using Russian translation, but anyway: Top menu - Tools - Command palette (Ctrl + shift + p) - "Use reserve environment". Then run all your code cells again. It's working for me.

TheLastBen commented 1 year ago

colab moved to python 3.10, need to adjust the deps

buckwheaton commented 1 year ago

While it's being fixed you can still run this colab using "use reserve environment " command. Not sure how it's called in English version, I'm using Russian translation, but anyway: Top menu - Tools - Command palette (Ctrl + shift + p) - "Use reserve environment". Then run all your code cells again. It's working for me.

In the English language version the command is "Use fallback runtime version." I'm up and running with that option for now.

benghee commented 1 year ago

While it's being fixed you can still run this colab using "use reserve environment " command. Not sure how it's called in English version, I'm using Russian translation, but anyway: Top menu - Tools - Command palette (Ctrl + shift + p) - "Use reserve environment". Then run all your code cells again. It's working for me.

In the English language version the command is "Use fallback runtime version." I'm up and running with that option for now.

Same issues but resolved it with Fallback Runtime version, thanks for the help.

TheLastBen commented 1 year ago

update your notebooks, should work fine now, let me know if any dependency needs updating

buckwheaton commented 1 year ago

update your notebooks, should work fine now, let me know if any dependency needs updating

Thanks for the quick attention to this!

cosmiclantern commented 1 year ago

update your notebooks, should work fine now, let me know if any dependency needs updating

Grateful!! 🙏🙏

HelpANewbie commented 1 year ago

Thank you so much Ben :)

atomfurs commented 1 year ago

Thank you Ben - doing gods work <3

Sent through space

On 28 Apr 2023, at 07:44, HelpANewbie @.***> wrote:



Thank you so much Ben :)

— Reply to this email directly, view it on GitHubhttps://github.com/TheLastBen/fast-stable-diffusion/issues/2053#issuecomment-1527068015, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AT45DRA3YJN5N72QIMZKHOLXDNRLPANCNFSM6AAAAAAXOFCPMU. You are receiving this because you commented.Message ID: @.***>

Fuchsei commented 1 year ago

update your notebooks, should work fine now, let me know if any dependency needs updating

I still get this: ModuleNotFoundError: No module named 'pyngrok' How to update notebook :o

TheLastBen commented 1 year ago

@Fuchsei how to reproduce the error ?