-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: loadGlmlib does not currently work for windows #60
Comments
Second that question! Is this working for Windows or any plans on that? Thank you.. |
It should work just fine on windows. |
Hello, here is the the error message after installing glmnet_python, and running the glmnet_examples notebook: ValueError Traceback (most recent call last) File ~\anaconda3\envs\glmtest\lib\site-packages\glmnet_python\glmnet.py:448, in glmnet(x, y, family, **options) File ~\anaconda3\envs\glmtest\lib\site-packages\glmnet_python\elnet.py:17, in elnet(x, is_sparse, irs, pcs, y, weights, offset, gtype, parm, lempty, nvars, jd, vp, cl, ne, nx, nlam, flmin, ulam, thresh, isd, intr, maxit, family) File ~\anaconda3\envs\glmtest\lib\site-packages\glmnet_python\loadGlmLib.py:28, in loadGlmLib() ValueError: loadGlmlib does not currently work for windowsrk for windows |
I am also getting this message. Is there a resolution to this? |
I too am also getting this message. Any updates to this issue? |
Hello,Does this package not work on Windows?
The text was updated successfully, but these errors were encountered: