PelionIoT / client-e2e-python-test-library

Python Test library for Izuma DM Client end-2-end tests
https://www.izumanetworks.com
Apache License 2.0
6 stars 5 forks source link

Fail to install dependencies pytest / pytest-html #5

Closed MarceloSalazar closed 4 years ago

MarceloSalazar commented 4 years ago

First, I try to install this tool as indicated in the docs:

python setup.py bdist_wheel
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'

Then trying to install this using install: python setup.py install

The installation fails because these two modules can't be found (besides are in requirements.txt)

So I need to manually install them using pip.

janisimonen commented 4 years ago

Added note to install 'wheel' before running the setup.py