-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
install detectron2 meets some problems #5453
Comments
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. |
cuda 11.3 pytorch1.11.0 python3.8.10 |
Even I was facing the same problem Below steps worked for me. This is because detectron2 library has only wheels for <= Python 3.9." Open a terminal or command prompt. Create a new environment called detectron2-env with the following command Linux windows Install the dependencies pip3 install torch torchvision torchaudio please refer to the following documentation: https://detectron2.readthedocs.io/en/latest/tutorials/install.html |
thanks you!!! I will make a try in this way to solve this problem. Hope I can fix it. |
Instructions To Reproduce the 🐛 Bug:
I don't konw why this problem appears and I use many methods to solve this problem but they do not work.
The text was updated successfully, but these errors were encountered: