Skip to content
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

Qt6 / Pyside6 #108

Merged
merged 3 commits into from
Dec 2, 2023
Merged

Qt6 / Pyside6 #108

merged 3 commits into from
Dec 2, 2023

Conversation

looooo
Copy link
Collaborator

@looooo looooo commented Nov 7, 2023

No description provided.

@looooo looooo changed the title conda: py311, py312 Qt6 / Pyside6 Nov 9, 2023
@looooo
Copy link
Collaborator Author

looooo commented Nov 22, 2023

unix qt6: conda solver issue

         raise ValueError(
2023-11-21T18:23:12.2157472Z     ValueError: Incompatible component merge:
2023-11-21T18:23:12.2157924Z       - '*mpich*'
2023-11-21T18:23:12.2158307Z       - 'mpi_mpich_*'

win qt6: solver not able to resolve dependencies.

@conda-forge/core can you have a look at this? Are these known issues?

@looooo looooo force-pushed the conda-py311,-py312 branch 3 times, most recently from 0a42816 to 6a9ae54 Compare November 26, 2023 19:29
@looooo
Copy link
Collaborator Author

looooo commented Nov 26, 2023

@conda-forge/core any ideas how to update visual-studio?

fatal error C1189: #error:  "Qt requires at least Visual Studio 2019 version 16.7 (VC++ version 14.27). Please upgrade."

@looooo looooo mentioned this pull request Nov 29, 2023
5 tasks
@hmaarrfk
Copy link

maybe this can help:
https://github.com/marketplace/actions/setup-msbuild

@oursland
Copy link

@conda-forge/core any ideas how to update visual-studio?

fatal error C1189: #error:  "Qt requires at least Visual Studio 2019 version 16.7 (VC++ version 14.27). Please upgrade."

The issue is that the conda packages for newer compilers have not been installed. See here where it identifies that vs2017_win-64 is installed. The metapackage compilers will bring in vs2019, the current standard for conda builds on Windows.

Eventually the compilers package is to be upgraded to vs2022 and support both x86-64 and arm64 builds.

@oursland
Copy link

oursland commented Nov 30, 2023

Looks like another issue now, with the command interpreter failing due to some input line too long.

To get conda environments to work on Windows runners I have had to specify the shell as cmd /C CALL {0} as shown here.

I forked it and got it working by removing {{ compiler("cxx") }} macro and replacing it with compilers package for all platforms: oursland@f052a51

@looooo looooo force-pushed the conda-py311,-py312 branch from 820194f to 59f6f08 Compare December 2, 2023 09:05
@looooo looooo merged commit 7592a6d into master Dec 2, 2023
9 checks passed
@looooo looooo deleted the conda-py311,-py312 branch December 2, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants