-
Notifications
You must be signed in to change notification settings - Fork 174
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
Windows Support #152
Comments
And, for reference, the most recent error is the following, during compilation of the
According to this post, this should be compiled as C++ code? But that leads to a circular error of some sort where I'm told I'm missing Oh, also worth noting that I had to follow the advice of this post to deal with that |
Are you able to follow #118 for building the package? |
Wait sorry, where is that As for #118, it looks like they're stuck in approximately the same place as I am. Basically, getting With that said, I think I've gotten closer (notably, this has included modifying the
Full build output: here |
Oh sorry, my bad, the I think the key problem might be this line The extra_link_args in
You may have to change the |
Yep, it was indeed explicitly linking that. Now, building completes, but the built .pyd file still cannot be found for some reason. This is likely a simple issue, but again, I'm just not particularly experienced with the Windows build process, so any help would be appreciated. Build output: https://ci.appveyor.com/project/cmoscardi/libact/build/1.0.73#L345 Remarks:
|
Update: I've gotten it to build. Take a look at this, though -- many tests are failing. https://ci.appveyor.com/project/cmoscardi/libact Notably, scikit-learn was giving tons of error output about some default parameters (see scikit-learn/scikit-learn#9997 ) into the logistic regression model (as well as an SVM parameter), so I changed those... here's the commit showing the change in the logit model wrapper class with the current defaults. cmoscardi@991fc87 |
Hi, I'm trudging away on Windows support (with very minimal knowledge of Windows environments) here: https://github.com/cmoscardi/libact (just on master).
If anyone else is interested in this, and knows a thing or two about compiling stuff on Windows (especially getting LAPACK to work, my current headache), please do let me know! Comment here or raise an issue on my fork, and we can talk more.
The text was updated successfully, but these errors were encountered: