-
Notifications
You must be signed in to change notification settings - Fork 168
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
also catch OSError when detecting conda_exe for cross-platform builds #916
base: main
Are you sure you want to change the base?
Conversation
We require contributors to sign our Contributor License Agreement and we don't have one on file for @bollwyvl. In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature, merge the PR (conda/infrastructure#1084), and ping the bot to refresh the PR. |
I don't think so, but it would be trivial to write some. Take any of the examples and add |
We'll need the news file but this looks very good to me, thanks. |
Hmm, ok, then we also need the other conda-standalone up on there...
…On Fri, Dec 20, 2024, 08:53 jaimergp ***@***.***> wrote:
We'll need the news file but this looks very good to me, thanks.
—
Reply to this email directly, view it on GitHub
<#916 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALCRBYNGCLATGUJIY4WTD2GQVO7AVCNFSM6AAAAABT7IU2JKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJXGE3DCMRUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
On account of me not going to sign anything that puts me in any kind of legal relationship with Anaconda, Inc, let's consider this a "complex bug report" rather than "a material contribution", whereby I release this code to the public domain. I do hope someone take this contribution and generates a derived work without any obligation to credit me or this work. |
I was about to say that the CLA is with Conda, not Anaconda, but the CLA surprisingly mentions Anaconda a lot. @jaimergp, I think this needs to be looked at. Would conda/infastructure be the right place? |
Looks like this is a work in progress already: conda/cla#1 |
Co-authored-by: Marco Esters <[email protected]>
Description
This PR handles some observations when
--platform
and--conda-exe
are specified.utils.py
patch:main.py
tpach:Presently, building with
constructor 3.11
onpython 3.12.1
onlinux-64
:Checklist - did you ...
news
directory (using the template) for the next release's release notes?