-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Description
I tried installing Detectron2 inside a virtual environment using the following commands:
python3 -m venv venv1
source venv1/bin/activate
pip install --upgrade pip setuptools wheel ninja
pip install torchvision opencv-python
pip install git+https://github.com/facebookresearch/detectron2.git
Attaching screenshot of the error.
This command sequence was working fine until today, but it now throws the mentioned error.
Could you please look into this issue and suggest the required steps to resolve it?
Metadata
Metadata
Assignees
Labels
No labels