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

No matching distrbibution found for open_clip #53

Open
AzerX2 opened this issue Jan 4, 2024 · 3 comments
Open

No matching distrbibution found for open_clip #53

AzerX2 opened this issue Jan 4, 2024 · 3 comments

Comments

@AzerX2
Copy link

AzerX2 commented Jan 4, 2024

run_interference.py use a package : open_clip and when i install it with pip, he don't find this module

@alexandrewillame
Copy link

Install open-clip-torch via pip:

pip install open-clip-torch

This should solve your issue

@AzerX2
Copy link
Author

AzerX2 commented Jan 5, 2024

Capture
I have another error

@aadinash
Copy link

aadinash commented Jan 5, 2024

Simplest is to edit requirements.txt to a version that's close (look at the list of version that are available), maybe "opencv_contrib_python==4.4.0.46" considering that's a version pip has access to? I did something similar and it worked. Or could update pip and try again.

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

3 participants