-
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
Python stack is not working on macos image #3213
Comments
It looks like For a work-around after some experimentation
though invoking |
Shouldn't it be ignored by other images then? For example, it doesn't seem to cause a problem on |
@jacobq I don't know, just put my observations here. |
@FeodorFitsner I hate to be a nag and post an "Is there any update on this?" comment, but it's been a few months of silence, and this problem is preventing me from using the MacOS images to build our app in CI. Are there any public links you can share regarding work that's being/been done on these images or this particular problem? |
Python stack does not work with macos image: appveyor/ci#3213
🎉 Thank you! 🙏 🥂 🚀 |
From the original report:
According to https://www.appveyor.com/docs/macos-images-software/#python the image should have v2.7.17, so I modified my appveyor.yml file to specify 2.7.17 but then I get this error instead:
Error enabling 'python' stack: Python version not found: 2.7.17. Available Python versions: 2.6.9, 2.7.16, 3.4.9, 3.5.7, 3.6.8, 3.7.0, 3.7.1, 3.7.2, 3.7.3, 3.7.4, 3.8.0
The text was updated successfully, but these errors were encountered: