grasp_det_seg_cnn
grasp_det_seg_cnn copied to clipboard
error when run setup.py
when I run setup.py, I met this error as follow:
(pytorch) robot@robot1503:/home/coding/Vscode/program/grasp_det_seg_cnn-main$ python setup.py install
/home/robot/anaconda3/envs/pytorch/lib/python3.7/site-packages/setuptools/installer.py:30: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
SetuptoolsDeprecationWarning,
Traceback (most recent call last):
File "setup.py", line 77, in
Make sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work.
For example, if you're using pip, instead of https://github.com/user/proj/archive/master.zip use git+https://github.com/user/proj.git#egg=proj
Hello,I made the same mistake. Have you solved it? Do you need to change the version of setuptools_scm?
您好,请问train_det_seg_OCID.py您跑通了吗?我感觉数据集好像有点问题。出现这种错误。[图片]
Hello,I made the same mistake. Have you solved it? Do you need to change the version of setuptools_scm?
Mayby you can try ubuntu, not Windows. But I have another problems.
have you solved it?