longcw/faster_rcnn_pytorch

TypeError: dist must be a Distribution instance

LJ1234com opened this issue · 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

I got the same problem, did you fix it ?

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

Don98 commented

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 !

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

how to slove it???