faster_rcnn_pytorch icon indicating copy to clipboard operation
faster_rcnn_pytorch copied to clipboard

TypeError: dist must be a Distribution instance

Open LJ1234com opened this issue 5 years ago • 5 comments

‘ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.’ was reported when executing 'python3 build.py'. Then i fixed this problem using the link https://blog.csdn.net/ShuqiaoS/article/details/88420326

But a new error occured, Traceback (most recent call last): File "/home/lijian/study/cv/faster_rcnn_pytorch/faster_rcnn_pytorch/faster_rcnn/roi_pooling/build.py", line 31, in extra_objects=extra_objects File "/home/lijian/anaconda3/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 228, in init super(BuildExtension, self).init(*args, **kwargs) File "/home/lijian/anaconda3/lib/python3.7/site-packages/setuptools/init.py", line 163, in init _Command.init(self, dist) File "/home/lijian/anaconda3/lib/python3.7/distutils/cmd.py", line 57, in init raise TypeError("dist must be a Distribution instance") TypeError: dist must be a Distribution instance

LJ1234com avatar Aug 04 '19 14:08 LJ1234com

I got the same problem, did you fix it ?

dongxijia avatar Oct 14 '19 07:10 dongxijia

I find it because the vesion the torch is too high. And I change 1.01 to 0.4.1, it success.

dongxijia avatar Oct 14 '19 07:10 dongxijia

It is same as me , but I don't want to change the torch from 1.01 to 0.4.1 reason why I use this rep is it support the torhc 1.0.1 !

Don98 avatar Sep 16 '20 06:09 Don98

the same error _Command.init(self, dist) File "/home/lijian/anaconda3/lib/python3.7/distutils/cmd.py", line 57, in init raise TypeError("dist must be a Distribution instance") TypeError: dist must be a Distribution instance

henbucuoshanghai avatar Nov 10 '20 07:11 henbucuoshanghai

how to slove it???

henbucuoshanghai avatar Nov 10 '20 07:11 henbucuoshanghai