-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: dist must be a Distribution instance #81
Comments
I am encountered with a problem when building nms. |
Maybe you can try PyTorch 0.3 |
i meet the same problem. |
when i change my 0.3.1 pytorch version,i solve the problem. |
can u show your environment ? cuda cudnn torchvison pytorch version?thanks a lot |
when i try to install pytorch ==0.3.1 it show that cuda=8.x version,but my cuda=10.1, it make me upset |
@huangpan2507 Here is my environment lists: you can write to txt,and then pip install -u *.txt. |
How to solve this problem if we do not degrade torch version from 1.2.0 to 0.4.0? |
teh same error |
python3.6 build.py
Traceback (most recent call last):
File "build.py", line 30, in
extra_objects=extra_objects
File "/home/xx/enviorment/python3.6/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 228, in init
super(BuildExtension, self).init(*args, **kwargs)
File "/home/xx/enviorment/python3.6/lib/python3.6/site-packages/setuptools/init.py", line 127, in init
_Command.init(self, dist)
File "/home/xx/enviorment/python3.6/lib/python3.6/distutils/cmd.py", line 57, in init
raise TypeError("dist must be a Distribution instance")
TypeError: dist must be a Distribution instance
The text was updated successfully, but these errors were encountered: