I’ve just upgraded from Fedora 32 to Fedora 33 (which comes with Python 3.9). Since then gcloud command stopped working: Answer Update from GCP support GCP support mentioned that the new version 318.0.0 released on 2020.11.10 should support python 3.9 I updated my gcloud sdk to 318.0.0 and now looks like python 3.9.0 is supported. To fix this issue run
Tag: fedora
How to install PyAudio 0.2.11 Fedora
I want to use the SpeechRecognition library for Python, but when I try to run a program that uses the microphone, which I intend to do, I get the error “PyAudio 0.2.11 or later is required (found version 0.2.9)” So I did some digging and found how to install that using apt-get. Unfortunately I run Fedora 26, so I have