Skip to content

gedlibpy installing issues: #63

@jajupmochi

Description

@jajupmochi
  • The following issues will cause the failure of installlation using python setup.py build_ext --inplace if the gklearn library is installed using git+ in a requirement.txt, because these files will not be downloaded:

    • README.rst not in github repo.
    • gedlibpy.pyx not in github repo.
    • src/ not in github repo.
  • Downloading gedlb repo as a zip file during installation is slow. Use faster methods (e.g., git).

  • After installing gedlibpy, the following dir names in lib/ will be installed:

    • fann.2.2.0/
    • nomad.3.8.1/
      Yet, both fann.2.2.0/ and fann/ (contains a copy of fann.2.2.0/), nomad.3.8.1/ and nomad/ has to be kept, otherwise there will be a file not found error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions