results-collection icon indicating copy to clipboard operation
results-collection copied to clipboard

Following the README steps does not install pip dependencies before running a test

Open kereliuk opened this issue 7 years ago • 2 comments

If we follow the README top down, not all the python dependencies get installed. For example, requests.

If I ensure I have wptd-dev running and run

docker exec -it -u $(id -u $USER):$(id -g $USER) wptd-dev-instance \
    run/run.py firefox-56.0-linux --path battery-status

requests is not installed.

Maybe we need to run the Makefile while setting up the dev container

kereliuk avatar Nov 16 '17 20:11 kereliuk

cc @lukebjerring as he mentioned seeing some errors when setting up the new docker dev environment. Not sure if it's the same issue.

Hexcles avatar Nov 16 '17 21:11 Hexcles

I can run

docker exec -it -u $(id -u $USER):$(id -g $USER) wptd-dev-instance make py_deps

And a lot of stuff fails to build because of "error: invalid command 'bdist_wheel'; however, requests does install :)

kereliuk avatar Nov 17 '17 16:11 kereliuk