When I compile the cuda dependencies using following simple command in pytorch-1.0 branch:
python setup.py build develop
There is a error: invalid command 'develop'.
I don't know how to fix it.
Please help me, thanks.
Does this help? Discussion for a possible solution and ensure you have setuptools installed.
thank you, it works!
Most helpful comment
Does this help? Discussion for a possible solution and ensure you have
setuptoolsinstalled.