I am trying to use whisper and pytube to extract the text from a youtube video. even though i install whisper i get the following error.
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11 ERROR: Could not find a version that satisfies the requirement torch (from whisper) (from versions: none) ERROR: No matching distribution found for torch
I'm using MacOS Ventura, if anyone has any ideas it would be very helpful, thanks
Previously I had python 11.0, then I installed python 3.9.9 so that whisper can run normally, although I still get the same error as when I had python 11.0
Firstly remove all python versions()
python3.10 -m venv myvenv
source venv/bin/activate
.\venv\Scripts\activate
then you can pip installs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With