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
I also encountered this problem. The pip installed version depends on gfortran 3, which is no longer supported on many OS, while the current version in the repo uses gfortran 4.4.7 and works. While there may be workarounds to install gfortran 3, it would be best to update the PyPi release so that such workarounds become unnecessary.
Hi, when I install
glmnet_py
from PyPi via "pip install glmnet_py" I get an error about a missing library file, namelylibgfortran.so.3
:To solve this, I had install
glmnet_py
manually as suggested by the documentation:So, it seems that this may be an issue with the current PiPy release. So updating PiPy should solve the issue?
BTW: I am using Fedora 29 with Python 3.7.2
PS: Oh, and if you have time, can you clean up (or clarify in the README) the whole
glmnet
situation with regard to PiPy and the docs which is kind of confusing :) (glmnet-py VS glmnet-python, https://github.com/bbalasub1/glmnet_python VS https://github.com/hanfang/glmnet_py VS https://github.com/bbalasub1/glmnet_python)The text was updated successfully, but these errors were encountered: