mingw-w64-x86_64-python downgrade #18881
Replies: 2 comments 3 replies
-
Nope 😞 |
Beta Was this translation helpful? Give feedback.
3 replies
-
MSYS2 inherits the rolling update feature from the upstream archlinux, so it's not easy to do so. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using gstreamer with pygobject on mingw64. My current mini test application is working with the default python version that is used with mingw-w64-x86_64-python (uses 3.11.6). This mini test app uses gtk and is working fine, but my next step in making a test app will involve adding my other dependencies. For that I would like to use mingw-w64-x86_64-python3 version 3.10.
When I try to install python 3.10 via pacman -U python-3.10.10-2-x86_64.pkg.tar.zst, I am able to downgrade my python3 version, however pip no longer works and I assume all the packages I downloaded with packman don't either
(packages like mingw-w64-x86_64-python3-gobject, mingw-w64-x86_64-python3-pip, mingw-w64-x86_64-gstreamer).
Is there a way to use mingw-w64-x86_64-python 3.10 with my packages on mingw64 easily?
Beta Was this translation helpful? Give feedback.
All reactions