Skip to content

"dist must be a Distribution instance" #8

Open
@chyphen7

Description

@chyphen7

Trying to ru python3 nms/build.py and getting errors:

Traceback (most recent call last):
File "G:\VoxelNet-pytorch\nms\build.py", line 23, in
ffi = BuildExtension(
File "D:\anaconda3\envs\py3\lib\site-packages\torch\utils\cpp_extension.py", line 361, in init
super(BuildExtension, self).init(*args, **kwargs)
File "D:\anaconda3\envs\py3\lib\site-packages\setuptools_init_.py", line 172, in init
_Command.init(self, dist)
File "D:\anaconda3\envs\py3\lib\distutils\cmd.py", line 57, in init
raise TypeError("dist must be a Distribution instance")
TypeError: dist must be a Distribution instance

I am getting the same errors on Windows 10 and uBuntu 18.04. I have tried out several suggestions, but in vain. Any good suggestions about how to fix the error?

Thanks,
CC

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions