haoz19 / Automatic-Rigging

Code for paper: Automatic Rigging and Animation of 3D Characters
MIT License
9 stars 1 forks source link

FileNotFoundError:No such file or directory: './Automatic-Rigging/README.rst' #1

Closed wuyiqii closed 2 months ago

wuyiqii commented 3 months ago

Thank you for your wonderful work. But when I try to do "python setup.py install",there does not appear to be a 'README.rst' file in the 'automation-rigging/' directory. Can you provide this file or how should I modify the setup.py file?

wuyiqii commented 3 months ago

I tried to convert the existing README.md in the folder to a README.rst file, and then I ran into this problem:‘subprocess.CalledProcessError: Command '['cmake', './Automatic-Rigging', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=./Automatic-Rigging/build/lib.linux-x86_64-cpython-38', '-DPYTHON_EXECUTABLE=./Anaconda3/envs/magic/bin/python', '-DCMAKE_BUILD_TYPE=Release']' returned non-zero exit status 1.’

haoz19 commented 3 months ago

Hi, thanks for pointing out the error, please try the updated command! let me know if you have more questions.