integration_tests icon indicating copy to clipboard operation
integration_tests copied to clipboard

Quickstart should have matplotlib dependencies

Open vatsalparekh opened this issue 8 years ago • 5 comments

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

vatsalparekh avatar Aug 18 '17 06:08 vatsalparekh

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)

RonnyPfannschmidt avatar Aug 18 '17 10:08 RonnyPfannschmidt

@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 avatar Aug 18 '17 12:08 mfalesni

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

mfalesni avatar Aug 18 '17 12:08 mfalesni

@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

vatsalparekh avatar Aug 18 '17 12:08 vatsalparekh

@mfalesni good point

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

RonnyPfannschmidt avatar Aug 18 '17 13:08 RonnyPfannschmidt