You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: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:
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.