vosk icon indicating copy to clipboard operation
vosk copied to clipboard

Add 'wheel' to requirements.txt

Open antonwantstosleep opened this issue 5 years ago • 0 comments

Hi! I tried to say "pip3 install -r requirements.txt" on Linux Mint 19.3 x64 but got a "error: invalid command 'bdist_wheel'".

The solution is to say:

$ pip3 install wheel
$ pip3 uninstall -r requirements.txt
$ pip3 install -r requirements.txt

antonwantstosleep avatar Feb 06 '20 07:02 antonwantstosleep