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
Hi I'm getting the following error while trying to install via requirements.txt
ERROR: Could not find a version that satisfies the requirement clip==1.0 (from versions: 0.0.1, 0.1.0, 0.2.0)
ERROR: No matching distribution found for clip==1.0
instead, I'm using pip install git+https://github.com/openai/CLIP.git
Let me know if openai version of clip will be okay for this project
The text was updated successfully, but these errors were encountered:
Hi I'm getting the following error while trying to install via requirements.txt
ERROR: Could not find a version that satisfies the requirement clip==1.0 (from versions: 0.0.1, 0.1.0, 0.2.0)
ERROR: No matching distribution found for clip==1.0
instead, I'm using
pip install git+https://github.com/openai/CLIP.git
Let me know if openai version of clip will be okay for this project
The text was updated successfully, but these errors were encountered: