-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fails to install on Windows #7
Comments
Alright, so it turns out that |
It might be better to include or download something like this for portability. |
According to Danny on the Discord API server, there's a bunch more C99 stuff used in erlpack. Maybe you guys could ship wheels? I know you're already building for Windows, and you've already got erlpack on PyPi, so it'd just be an extra build step, wouldn't it? |
I talked to Jake on the API server about this, and he stated that you guys aren't in a position to build wheels regularly - so, he half-jokingly asked me to do it. And so, I've done it. https://bamboo.gserv.me/browse/DSCRD-ERLPK/latest These wheels are built for Python 2.7.x using the MSVC bundled with Visual Studio 2015, for both x86 and x64 on Windows 10 Pro x64, and will automatically be built whenever you guys push a commit to the Python 2.7 for Windows is compiled with MSVC 2008, and so usually you'd also want your extensions compiled with MSVC 2008. However, since MSVC 2008 doesn't actually support C99, I had to use a later version anyway, so I figured going with the latest was the best idea. |
Seems to be expecting a missing header - I'm really not sure what the equivalent for VC is, though.
The text was updated successfully, but these errors were encountered: