You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/tmp/ipykernel_209/2921329298.py in <module>
3 from tqdm.auto import tqdm
4
----> 5 from rudalle.pipelines import show, cherry_pick_by_clip
6 from rudalle import get_rudalle_model, get_tokenizer, get_vae, get_ruclip
7 from rudalle.utils import seed_everything, torch_tensors_to_pil_list
~/.conda/envs/default/lib/python3.9/site-packages/rudalle/__init__.py in <module>
6 from .ruclip import get_ruclip
7 from .emojich_unet import get_emojich_unet
----> 8 from . import vae, dalle, tokenizer, realesrgan, pipelines, ruclip, image_prompts
9
10
~/.conda/envs/default/lib/python3.9/site-packages/rudalle/pipelines.py in <module>
4 from os.path import join
5
----> 6 import cv2
7 import torch
8 import torchvision
~/.conda/envs/default/lib/python3.9/site-packages/cv2/__init__.py in <module>
6 import sys
7
----> 8 from .cv2 import *
9 from .cv2 import _registerMatType
10 from . import mat_wrapper
ImportError: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
I cannot do any install since I'm running on Sagemaker Studio Lab (install with apt-get not supported apparently). This was not happening in the previous versions.
The text was updated successfully, but these errors were encountered:
I'm getting this error recently:
causes
I cannot do any install since I'm running on Sagemaker Studio Lab (install with
apt-get
not supported apparently). This was not happening in the previous versions.The text was updated successfully, but these errors were encountered: