Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong package name in INSTALL file #6458

Closed
MasterGroosha opened this issue May 22, 2016 · 3 comments
Closed

Wrong package name in INSTALL file #6458

MasterGroosha opened this issue May 22, 2016 · 3 comments

Comments

@MasterGroosha
Copy link

The documentation in INSTALL file says to execute sudo apt-get install python-matplotlib command. However, on both Windows and Linux an error "Can't find package" occurs. Replacing python-matplotlib to just matplotlib does the trick and install correct version of library.

It this a bug in docs?

@jenshnielsen
Copy link
Member

I'm not sure why you are using atp-get on windows. Apt-get is only for Debian/Ubuntu packages. Are you by any change mixing up pip and apt-get?

The Ubunutu package is called python-matplotlib according to the Ubuntu documentaion see http://packages.ubuntu.com/search?keywords=matplotlib&searchon=names&suite=xenial&section=all

@MasterGroosha
Copy link
Author

Yep, sorry, my mistake. Mixed pip and apt-get. Sorry again.

@jenshnielsen
Copy link
Member

No worries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants