-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
-
The following issues will cause the failure of installlation using
python setup.py build_ext --inplaceif the gklearn library is installed usinggit+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
Labels
bugSomething isn't workingSomething isn't working