mgalardini / pyseer

SEER, reimplemented in python 🐍🔮
http://pyseer.readthedocs.io
Apache License 2.0
109 stars 27 forks source link

glmnet version pip install #230

Closed LeahRoberts closed 1 year ago

LeahRoberts commented 1 year ago

I ran into an error trying to pip install pyseer. I downloaded the tar.gz v1.3.10 file and ran python3 -m pip install . but got this error:

Collecting glmnet_python@ https://github.com/johnlees/glmnet_python/archive/v1.0.2.zip (from pyseer==1.3.10)
  Could not find a version that satisfies the requirement glmnet_python@ https://github.com/johnlees/glmnet_python/archive/v1.0.2.zip (from pyseer==1.3.10) (from versions: )
No matching distribution found for glmnet_python@ https://github.com/johnlees/glmnet_python/archive/v1.0.2.zip (from pyseer==1.3.10)

Not sure why, since I can see v1.0.2 in the glmnet_python. Installed via conda and it worked fine.

LeahRoberts commented 1 year ago

Nevermind I see in #182 you have discontinued the pypi package - maybe update docs? I'll close the issue.