Hello, My site is giving error as "no module named matplotlib". But when i write "pip install matplotlib" to bash console, it says "Requirement already satisfied". How can i install matplotlib? Or how can i solve my problem?
Thank You, Furkan ULEMA
Hello, My site is giving error as "no module named matplotlib". But when i write "pip install matplotlib" to bash console, it says "Requirement already satisfied". How can i install matplotlib? Or how can i solve my problem?
Thank You, Furkan ULEMA
Do you have the virtualenv that your site is using activated in that Bash console? The easiest way to start a Bash console with your virtualenv activated is to use the "Start a console in this virtualenv" link in the "Virtualenv" section on the "Web" page.
Thank you so much it helped giles Best regards :)
Excellent, glad to help!