I've been having problems on my windows 10 PC with installing packages using pip and then importing them. It again it comes up with:
C:\Users\Benny>pip install pyaudio
'pip' is not recognized as an internal or external command,
operable program or batch file.
I've tried uninstalling and reinstalling python (I have made sure to tick the boxes for pip and adding python 3.10 to PATH) but that didn't work. Also I can seem to only import some packages like cryptography but when it comes to other packages like pyaudio it does not work and says:
Import "pyaudio" could not be resolved from source Pylance(reportMissingModuleSource)
despite them both having the same file location which is on the path (that I have added manually).
Sorry if my explanation wasn't the best, I'm quite new to this.