-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Failed while install this repo #606
Comments
using pip install Cython==0.29.21 instead, this repo use cython2. just go back to old version |
Package Version certifi 2022.12.7 |
Thanks a lot! It works for me. The installation is done. But I face another issue here:
I double checked the version in conda env, and are sure about the version of cuda, torch and cudnn are fit. Any suggestion for that? |
Hello, I encountered the same problem, have you solved it? |
Go follow the instruction of StyleGAN2, install the CUDA and NVCC tools.
You can also find my post on csdn, I am PrinTao.
Original Email
Sender:"XuM007"< ***@***.*** >;
Sent Time:2024/2/14 21:24
To:"STVIR/pysot"< ***@***.*** >;
Cc recipient:"Lu Tao"< ***@***.*** >;"Author"< ***@***.*** >;
Subject:Re: [STVIR/pysot] Failed while install this repo (Issue #606)
using pip install Cython==0.29.21 instead, this repo use cython2. just go back to old version
Thanks a lot! It works for me. The installation is done.
But I face another issue here:
RuntimeError: CuDNN error: CUDNN_STATUS_SUCCESS
I double checked the version in conda env, and are sure about the version of cuda, torch and cudnn are fit. Any suggestion for that?
Hello, I encountered the same problem, have you solved it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I upgraded torch version and it worked. I used 1.10.1 instead. |
By using both
.sh
and by hand method, I failed in setup.py anyway. Could you be so kind to check which is the key point?The text was updated successfully, but these errors were encountered: