python-glmnet icon indicating copy to clipboard operation
python-glmnet copied to clipboard

Provide Windows binaries on conda-forge

Open ashinandjay opened this issue 7 years ago • 3 comments
trafficstars

I used windows 10 system. I got the error: the following packages are not available from current channels: glmnet

ashinandjay avatar Jun 12 '18 04:06 ashinandjay

It sounds like you're trying to install from conda-forge. We don't yet have a conda binary for Windows on conda-forge. You could try to install via pip, but I see a report that compilation on Windows doesn't work (#5 ). PRs are more than welcome to fix either of these.

stephen-hoover avatar Jun 12 '18 16:06 stephen-hoover

@stephen-hoover Hi, buddy. Is there any doc for the package like API ref or something?

stevenlis avatar Nov 01 '19 14:11 stevenlis

Hey @StevenLi-DS - The usage section of the README and docstrings throughout the code is all we have in terms of documentation for the library.

salilgupta1 avatar Nov 01 '19 16:11 salilgupta1