Posted in

error: invalid command ‘bdist_wheel’

When installing a python module on Ubuntu, I got the following error message

error: invalid command 'bdist_wheel'

The error is fixed by installing

apt install -y python3-dev libpq-dev python3-wheel gcc
pip3 install wheel
Visited 1 times, 1 visit(s) today

Leave a Reply

Your email address will not be published. Required fields are marked *