Posted August 19, 2024
Kalanyr: Hmm, there shouldn't be a dependency on f-string without an import for 2.7 since it doesn't exist in python 2. So I'm confused now
ETA - That's a mistake on my part. I need to fix that. But it should still work fine on Python 3.10
anarion321: Apologies, I don't think it's your mistake, I just uninstall all of my python and reinstalled only 3.10, seems to work now, so it must've been something bad at my end. ETA - That's a mistake on my part. I need to fix that. But it should still work fine on Python 3.10
Only issue now it's that I have to reinstall multiple libreries and the OpenSSL must be a thrid party of another or something, cause pip don't find it
F:\GoG>pip3 install OpenSSL
ERROR: Could not find a version that satisfies the requirement OpenSSL (from versions: none)
ERROR: No matching distribution found for OpenSSL
But that's an issue about reinstalling libraries and such, I'll manage when I can.
Thanks a lot again and apologies for the trouble.