-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add workaround for https://github.com/conda/conda/issues/10969 #511
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Hi! This is the friendly automated conda-forge-webservice. |
|
||
# Workaround for old conda versions which fail to install noarch packages for Python 3.10+ | ||
# https://github.com/conda/conda/issues/10969 | ||
ln -s "${PREFIX}/lib/python3.10" "${PREFIX}/lib/python3.1" |
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.
We also need a $PREFIX/bin/python3.1
5983d03
to
f8af9ee
Compare
f8af9ee
to
c356b2a
Compare
Shouldn't this workaround create the link for all python versions >= (3, 10)? |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Applies the workaround for conda/conda#10969 that was agreed at the last core meeting.
@conda-forge-admin, please rerender