CAMSA icon indicating copy to clipboard operation
CAMSA copied to clipboard

Error building from source from pypi

Open nickp60 opened this issue 8 years ago • 2 comments

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...)

nickp60 avatar Nov 29 '17 23:11 nickp60

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.

aganezov avatar Dec 23 '17 16:12 aganezov

Shall be fixed in the new 1.1.0b15 version.

aganezov avatar May 03 '18 21:05 aganezov