스테이블 디퓨전 설치 오류 문의

March 31, 2023, 1:55 p.m.


유튜브에 나온대로 스테이블 디퓨전 설치했는 데 실행할려고 클릭하면 맨 마지막에서 이런 오류코드가 뜨네요.
혹시 아시는 고수님들 계신가요? 답답해서 이렇게 질문 올립니다.


ModuleNotFoundError Traceback (most recent call last)
in ()
4 import sys
5 import fileinput
----> 6 from pyngrok import ngrok, conf
7
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.


Comments

Ngrok 관련 패키지가 설치되지 않은것으로 보이네요.
해당 패키지 설치 이후 다시 진행해보시는게 좋아보입니다.
March 31, 2023, 2:10 p.m.