Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Quickstart should have matplotlib dependencies #5182

Open
vatsalparekh opened this issue Aug 18, 2017 · 5 comments
Open

Quickstart should have matplotlib dependencies #5182

vatsalparekh opened this issue Aug 18, 2017 · 5 comments

Comments

@vatsalparekh
Copy link
Member

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
Copy link
Contributor

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
Copy link
Contributor

@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
Copy link
Contributor

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

@vatsalparekh
Copy link
Member Author

@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
Copy link
Contributor

@mfalesni good point

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

@RonnyPfannschmidt RonnyPfannschmidt removed their assignment Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants