Skip to content
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

conda on macos with Python 3.10 seems broken (and it's now the default) #76

Open
Cadair opened this issue Nov 11, 2021 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Cadair
Copy link
Member

Cadair commented Nov 11, 2021

I have modified our tests to avoid this issue but we should investigate.

Build here: https://dev.azure.com/OpenAstronomy/azure-pipelines-templates/_build/results?buildId=516&view=logs&j=8c100718-7b30-5727-c5dc-a891c555a9cc&t=b3c64b5b-c20a-5492-7af8-1101bd91adb4&l=79

@Cadair Cadair added the bug Something isn't working label Nov 11, 2021
@ConorMacBride
Copy link
Member

Running conda jobs without a Python prefix will put python= in the conda install command. I doubt that is the issue as it should have failed before solving the env. The conda Python build it downloads does have a /lib/py3.1 however it's a symbolic link (probably for code which isn't expecting 2 digits in the minor version). Maybe Azure doesn't allow the symlink? Not at computer right now but can take a look tomorrow. Probably an upstream issue though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants