-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Trouble installing alongside VTK 9.2 #159
Comments
it looks like an issue with openssl pinning, I got this one too and disabled the arm64 builds for now, maybe retry if openssl is migrated to 3.x |
Thanks @jschueller! Is there any ETA regarding the openssl migration? |
probably sometime next year: |
Oh noes, so far away :( But thanks for the link! |
I don't know the constraints here, but if it's a resolver error, then it should be solvable by having the right openssl 3 builds, and it's not dependent on dropping openssl 1.1.1. We've been pushing hard to button up all the missing 3.0 pieces, so if you can identify what's blocking the solver, that would be great. Maybe it's just an aarch-build that failed on a feedstock somewhere? |
Okay I'm on my M1 machine -- happy to run any commands you recommend! This one fails:
And conda create failure
but if I remove the
So it appears to be that something specific about requiring |
Well, given pyside2-feedstock/recipe/meta.yaml Lines 28 to 29 in 92ee15c
it seems there are no osx-arm builds of pyside6 for openssl3 yet. Why not open a PR that undoes this skip, and then we see what's going wrong. |
@h-vetinari we've been trying to open a PR for a few days. somewhat unsucessfully. I think the problem is with llvmdev trying to choose 15.0.6. while only 14.0.6 is supported by the compiler: https://github.com/conda-forge/clang-compiler-activation-feedstock/blob/main/recipe/meta.yaml#L2 |
I'd be surprised if that's the issue. llvmdev is not exposed to openssl, and the 14.x branch was rebuilt barely over a month ago as well. |
i don't think it is an openssl thing:
for some reason, pyside6 requires libclang 14, not 15, creating an incompatibility. I haven't been able to rebuild it. See open PRs. |
I think that this PR should resolve things: conda-forge/qt-main-feedstock#93 |
I think this might actually be a libxml2 issue. That the solver is picking an older clang (15.0.3 while 15.0.{4,5,6} is already available) looks like something is still pinned, and the (more or less) recent libxml migration comes to mind. From #165:
|
This has been resolved now, thank you! |
Comment:
Hello, I just wanted to bring to your attention that I'm struggling to install
pyside6
on my ARM Mac alongside VTK 9.2 (unresolvable dependencies). I have reported this on the VTK feedstock's issue tracker, but I'm not sure if that's the right place :) So here's a cross-reference just to be sure:conda-forge/vtk-feedstock#269
FYI parallel installation of vtk and qt6-main does work; things are only falling apart when I try to install vtk together with pyside6.
Things also seem to work when not requesting VTK 9.2, but 9.1. But I need 9.2, unfortunately.
The text was updated successfully, but these errors were encountered: