-
Notifications
You must be signed in to change notification settings - Fork 10
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
asdf-2.14.1 leads to a condition where weldx extension is found twice. #825
Comments
Note that I released a quick fix build for conda-forge pinning asdf to <2.14 |
@CagtayFabry another interesting observation is that on asdf-2.13 the legacy flag of the extension is Its weird |
that is indeed really weird, I suggest bringing this up in asdf-format/asdf#1254 too and looking for clarification with the asdf devs on what is happening here I have not followed the 2.14 release in depth so far |
It looks like if you have an editable install (which we also do for our Github action pipeline), we get duplicated entry points. |
I think ASDF (thanks @braingram) may have fixed this bug in asdf-format/asdf#1260. Can you confirm that this resolves your bug? If so we will do a bugfix release ASAP for you. |
We will look into it, thank you for the heads up! @WilliamJamieson 🚀 |
@WilliamJamieson Thanks for providing this fix. It works like expected! |
fixed upstream by asdf-format/asdf#1260 |
* Unpin asdf from above as asdf 2.14.3 fixes issue #825 * Update changelog
This makes
get_weldx_extension()
fail, as the weldx extension is meant to be found only once. Eventually we register our extension in a legacy manner.Downgrading to asdf-2.13 circumvents this problem.
The text was updated successfully, but these errors were encountered: