alphacep / alphacep/vosk

Add 'wheel' to requirements.txt

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
505
Forks
55
PR merge metrics
No merged PRs in 30d

Description

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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.