Closed tseemann closed 4 years ago
Hi Torsten,
the best way to get around this is to use conda, as glmnet_py
requires some compilation; I will look into this, but maybe you can try install gfortran
first?
M
@mgalardini i just realised that was the real error - missing gfortran
- trying to fix now. !
It has gotten further - but i think i'll need to install the git version? This one is not your fauly, glmnet_py is broken
Complete output (6 lines):
gfortran: error: ./glmnet_py/GLMnet.f: No such file or directory
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-dvf_22x5/glmnet-py/setup.py", line 11, in <module>
long_description=open('README.md').read(),
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
This works:
pip3 install git+https://github.com/hanfang/glmnet_py.git
Running setup.py install for glmnet-py ... done
Successfully installed glmnet-py-0.1.0b1
Do i need the exact commit you specify?
Thanks for inspecting this; yeah, I think we need to change the setup.py
entry, as indicated here
And no, I don't believe we require an exact commit
It seems you want a git version of
glmnet_py
that isn't in pip?