- Notifications
You must be signed in to change notification settings - Fork748
Config-less CoreCLR and improved runtime load message#1942
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
filmor commentedSep 16, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@lostmsu Do you have any idea why this one doesn't run the CI? /edit: Sure, now it does :) |
Can you point to the corresponding change in |
I take it it is this one:pythonnet/clr-loader#31 |
25db74b
tocc81b31
CompareMeh, I'll have to test it tomorrow on a Windows machine, not really sure what I broke there (and why it works for the clr-loader CI). |
Have you seen the cause of the exception?
|
Nope, didn't see that one. Then I must have broken the wheel building somehow. I can see that the wheel does not include the file at all right now. So, 0.2.3 it will be ;) |
- Supports loading without explicitly specifying the runtime config now- Exposes information on the loaded runtime
cc81b31
tofd8fd3b
CompareDareDevilDenis commentedSep 22, 2022
Hello. Does this change cause the following issue:pythonnet/clr-loader#35 |
Uh oh!
There was an error while loading.Please reload this page.
What does this implement/fix? Explain your changes.
PYTHONNET_RUNTIME=coreclr
orfrom pythonnet import set_runtime; set_runtime("coreclr")
Does this close any currently open issues?
#1868
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG