-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Build wheels for windows with LuaJit #273
base: master
Are you sure you want to change the base?
Conversation
It looks to me appveyor is kind of redundant (and slow), but I leave decision to you what to do with it. Changes are working in my fork and producing working wheels: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for digging through the failures here!
Yeah, |
From logs, there is problem with importing
|
This enables compile all needed libraries and successfully build wheels for both
win_amd64
andwin32
targets.Add test-command for windows to verify if module
luajit21
was included in wheelrestrict
setuptools<72.0.0
due totest
command has been removed, see more details:setuptools
from Install dependencies step (for MacOS).It was causing problems during building, when
requirements.txt
hassetuptools
with version restriction.Visual Studio 2019
image for AppVeyorSee: https://www.appveyor.com/docs/windows-images-software/#python
Related issues and PR: #235, #251