Closed mobassir94 closed 3 years ago
i can't find and replace this file :
file1: {your evn path}\Lib\site-packages\torch\include\torch\csrc\jit\argument_spec.h example: {C:\Miniconda3\envs\py36}\Lib\site-packages\torch\include\torch\csrc\jit\argument_spec.h(190) static constexpr size_t DEPTH_LIMIT = 128; change to --> static const size_t DEPTH_LIMIT = 128;
however i found file2 and modified that as you suggested
when i try your repo with this command : conda install pytorch torchvision cudatoolkit=11.0 -c pytorch
i get this large error :
solution discussed here : https://github.com/markstrefford/running-detectron2-on-windows-wsl2-rtx30xx/issues/2
i was following this tutorial : https://dgmaxime.medium.com/how-to-easily-install-detectron2-on-windows-10-39186139101c
when i try : pip install -e . or "python setup.py build develop" when cloning your github repo i get the same error which is :