setup_requires=["setuptools_scm"], python_requires=">=3, <4", # Package description packages=[ "grasp_det_seg", "grasp_det_seg.algos", "grasp_det_seg.config", "grasp_det_seg.data_OCID", "grasp_det_seg.models", "grasp_det_seg.modules", "grasp_det_seg.modules.heads", "grasp_d...
This feature requires setuptools 61 or later. First, ensure thatsetuptools-scmis present during the project's build step by specifying it as one of the build requirements. [build-system]requires= ["setuptools>=64","setuptools-scm>=8"]build-backend="setuptools.build_meta" ...
Check if yourpiporsetuptoolsare too old. I observed this behavior onpip9.0.1, but after upgrading viapip install -U pip, thepython_requirescan be correctly resolved and version 5.0.2 will be installed. As a final clue if you are digging deep to find the source of the problem: trypip ...
python-ansi2html buildrequires python3-setuptools_scm_git_archive. python-setuptools_scm_git_archive has been obsoleted by python-setuptools_scm. It has stopped building in Fedora Rawhide (40). Once main Python in Fedora is updated to the next version (Python 3.13, ~June 2024), it will stop...
Github tee-ar-ex trx-python pull 80 0 None open Update minimum setuptools_scm to version 7 2024-04-02 15:23:42 UTC Description Miro Hrončok 2024-04-02 11:04:09 UTC python-trx-python buildrequires python3-setuptools_scm_git_archive. python-setuptools_scm_git_archive has been obsoleted...
This feature requires setuptools 61 or later. First, ensure thatsetuptools-scmis present during the project's build step by specifying it as one of the build requirements. [build-system]requires= ["setuptools>=64","setuptools-scm>=8"]build-backend="setuptools.build_meta" ...