#Python always gives me issues
1 messages · Page 1 of 1 (latest)
how about posting what your error is, that's the best thing you can give if you want actual help
sure, but I'm sure it's a generic error that happens because pip is getting confused with all the gcc version we have
it shouldn't
https://paste.gg/p/anonymous/beaadf683307440dbcb21b4820f4103d this is done with python in the clang64 environment with the clang python pip
I'll try in ucrt next
btw what's the pip package you installed?
what command did you use to install it?
pip install spotify-cli
nope
not what I'm asking
was it just pacman -S mingw-w64-ucrt-x86_64-python-pip or was it something else?
because that would narrow it further down for me
because it looks like you installed the wrong PIP package
that's the one.
it installed just fine for me
damn really?
there must be something that's interfering with your pathing
do you switch msys environments when doing these?
Always.
if I want clang I select the clang environment by launching clang64.exe etc
same thing for ucrt
It properly sets up the proper environment variables needed for that setup. I know there's the built in stuff, but for me it's the ease of mind that the environment launcher executables are there
that's weird, if pip was installed using ucrt, it should know which compilers to use
Which it does. Because as shown on my end, it works.
Imma try a fresh install. You recommend using mingw-64's python for msys?
which I'm guessing is the only one that works in msys as per https://www.msys2.org/docs/python/
I recommend the proper python package for your selected environment.
one python for each enviro?
Yes.