compbiol / CAMSA

CAMSA: a tool for Comparative Analysis and Merging of Scaffold Assemblies
MIT License
24 stars 4 forks source link

Error building from source from pypi #12

Open nickp60 opened 6 years ago

nickp60 commented 6 years ago

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

aganezov commented 6 years ago

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 commented 6 years ago

Shall be fixed in the new 1.1.0b15 version.