bbalasub1 / glmnet_python

GNU General Public License v3.0
199 stars 94 forks source link

pip version uses obsolete fortran library; update to match repo version? #58

Closed jamesdj closed 2 years ago

jamesdj commented 2 years ago

I tried installing the library via pip, and was unable to use it because of the absence of the gfortran 3 library. Apparently this library is no longer supported on most operating systems. Cloning the repo and installing with setup.py install worked; as noted in the documentation, the current repo version uses gfortran 4.4.7. Could the glmnet-python version available via pip be updated to match the version in the repo?

jamesdj commented 2 years ago

Realized a duplicate of #38