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

clipit import error #19

Open
mohtasimbh opened this issue Oct 27, 2022 · 3 comments
Open

clipit import error #19

mohtasimbh opened this issue Oct 27, 2022 · 3 comments

Comments

@mohtasimbh
Copy link

ModuleNotFoundError Traceback (most recent call last)
in
1 import sys
2 sys.path.append("clipit")
----> 3 import clipit
4
5 # To reset settings to default

/content/clipit/clipit.py in
25 from perlin_numpy import generate_fractal_noise_2d
26
---> 27 from CLIP import clip
28 import kornia
29 import kornia.augmentation as K

ModuleNotFoundError: No module named 'CLIP'


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.

@shoaibahmadse
Copy link

use from clipit import clipit

@Tejas2305
Copy link

import clipit no module found
no latest installation found
pls help me

@de-lia
Copy link

de-lia commented Jun 6, 2023

import clipit no module found no latest installation found pls help me

I'm thinking you didn't install it. You can try sudo apt install clipit. Works for me.

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

4 participants