ManageIQ / integration_tests

ManageIQ integration tests
GNU General Public License v2.0
69 stars 165 forks source link

Quickstart should have matplotlib dependencies #5182

Open vatsalparekh opened 7 years ago

vatsalparekh commented 7 years ago

matplotlib needs libpng-devel, and as it's not in pip we need to install it explicitly. We should write it inside the quickstart

RonnyPfannschmidt commented 7 years ago

i just executed quick-start, and everything works - @vatsalparekh how did you run your quick-start

@psav we may need to instruct people to run a full quick-start (aka virtualenv disabled)

mfalesni commented 7 years ago

@RonnyPfannschmidt I wonder, can we at least do a quick package listing when running the quickstart in virtualenv to warn the user the system dependencies were updated to run a full quickstart?

mfalesni commented 7 years ago

Doing rpm -q $PACKAGE_1 $PACKAGE_2 ... $PACKAGE_N should be reasonably quick and returns 0 if all packages are installed

vatsalparekh commented 7 years ago

@RonnyPfannschmidt you might already have that package installed I didn't run the quickstart, I did git pull and then pip install -U -r requirements.txt, and it couldn't build matplotlib

RonnyPfannschmidt commented 7 years ago

@mfalesni good point

@vatsalparekh when i executed the quick-start it installed all needed packages