CAMSA
CAMSA copied to clipboard
Error building from source from pypi
Building from source from pypi fails with the following error:
/setup.py", line 43, in <module>
long_description=open("pypi_full.rst").read()
FileNotFoundError: [Errno 2] No such file or directory: 'pypi_full.rst'
I think you just need to change the first line of your MANIFEST to include pypi_full.rst. (the wheel works fine, by the way...)
Hi, thank you for reaching out.
I just tested the pip based installation, and it works as expected (i.e., with no errors), same goes for the wheel distribution.
Github source is slightly behind (even on the dev branch, let alone master one) the code on pypi, and I'll do my best to bring it to order sometime soon.
For now, please, use the pip/wheel based installation methods.
Shall be fixed in the new 1.1.0b15 version.