Closed chiboreache closed 3 years ago
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. The following information is missing: "Instructions To Reproduce the Issue and Full Logs"; "Your Environment";
Instructions and full logs are not provided, so I cannot understand what the issue is.
As for the request to support PEP518, it is not feasible due to dependency on cuda and pytorch.
@ppwwyyxx install poetry
try to install broken D2 package
Because poetry does not support selecting cuda version https://github.com/python-poetry/poetry/issues/2145 there is no reasonable way to support detectron2.
Accoring to the setup.py, torch is needed to build the wheel, but the maintainers doesn't provide a pyproject.toml according to PEP 518. I've described a workaround on stackoverflow for a similar case. But it would be nice, if you can open an issue in dectron2 issue tracker.
ERROR: detectron2-0.3+cu110-cp38-cp38-linux_x86_64.whl is not a supported wheel on this platform.
What OS are you using and what python version? Furthermore I'm not sure if the filename is correct according to PEP 491 thinking
--
https://www.python.org/dev/peps/pep-0518/
https://www.python.org/dev/peps/pep-0491/#file-name-convention
I've read the above comments. They do not change the fact I stated in https://github.com/facebookresearch/detectron2/issues/2644#issuecomment-782898524
causing problem with building
related issue https://github.com/python-poetry/poetry/issues/3712
try to install via poetry
Arch Linux Python 3.9
useless data for bot