-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Issue with video predictor #14
Comments
Issue solved. |
How did you solve it? |
How did you solve it? same question |
How ? |
I fix this problem by installing pytorch=2.1.0, while I meet this problem by using pytorch=2.3.1. After changing the pytorch version, it works well.
|
just conda install pytorch=2.1.0? |
I noticed that there are REQUIRED_PACKAGES = [ in setpu.py, |
Another solution in #22 is running: |
Do not work for me (sam2) C:\Users\PS\Desktop\segment-anything-2>python setup.py clean --all (sam2) C:\Users\PS\Desktop\segment-anything-2>python setup.py build_ext --inplace The above exception was the direct cause of the following exception: Traceback (most recent call last): |
I tried to run the example under Colab, and encountered the following error when import _C.so from sam2. It would be helpful if you could provide some ideas on this issue.
Python version: 3.10
Environment: Google Colab with T4
The text was updated successfully, but these errors were encountered: