-
Notifications
You must be signed in to change notification settings - Fork 54
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
python2.7 windows wheels failed to build for 0.19.0 #296
Comments
Can you use the root .gitignore to mask them out of the submodule cloning? |
@nschonni 🤔 could you provide an example? I'm not sure I've heard of anything like that |
Was just thinking of adding the line |
Think libsass also had issues with this on windows, so maybe it is catching something it should https://github.com/sass/libsass/blob/master/appveyor.yml#L83 |
oh for sure, this is tickling a bug in python2.7 on windows -- unfortunately the bug isn't something I can patch because it's in the packaging / stdlib bits I might workaround by just deleting that directory for the windows py27 builds |
I'll have to figure out a way to fix that
Here's the error:
The text was updated successfully, but these errors were encountered: