pytorch-mdn
pytorch-mdn copied to clipboard
installing issue
I had an issue installing this repo by setup.py:
pip install git+https://github.com/sagelywizard/pytorch-mdn
the error is:
error: error in 'egg_base' option: 'src' does not exist or is not a directory
changing src to mdn in this line and this line solved the problem. I guess the issue is solved for me but not sure it should be corrected in the source file or not