Api build problem

Using Python 3.8 on Ubuntu 20.04. When I install the alpaca-trade-api with pip I get the following error.

Complete output (10 lines):
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: ‘test_requires’
warnings.warn(msg)
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: ‘extras_requires’
warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: setup.py --help [cmd1 cmd2 …]
or: setup.py --help-commands
or: setup.py cmd --help

error: invalid command ‘bdist_wheel’

ERROR: Failed building wheel for alpha-vantage

How do I resolve?

Hi,
try following this Why is python setup.py saying invalid command 'bdist_wheel' on Travis CI? - Stack Overflow
it seems you have missing python packages.
(installing bdist_wheel)

let me know if that helps