Forum Discussion
Error with SEABORN
Hi shmat ,
By my tests and research, your issue may be caused by that you didn't install the package seaborn.
You need install the package seaborn with command like below.
Then use your script in Power BI Desktop, you could get the output.
Best Regards,
Cherry
Hi Cherry,
Thank you for your swift reply. Seaborn package has been installed before and, to be on the safe side, I did it again now.
This, however, did not solve my problem. I am still getting the same error.
Could there be anything else I am doing wrong? Maybe some other updates are needed?
In fact, the error is coming from "import seaborn as sns". If I run simply "import matplotlib.pyplot as plt" it says:
I do not get why seaborn does not work...
- v-piga-msft7 years agoResident Rockstar
Hi shmat ,
Please check if you have installed the latest version of Power BI Desktop (2.69.5467.1751).
In addition, please have a test with the pbix attached which run Seaborn well in your environment.
Best Regards,
Cherry
- shmat7 years agoRegular Visitor
Hi Cherry,
Thank you again for your feedback. I tried the attached pbix and I it fails for me (the visual does not appear).
Have also checked the version of Power BI Desktop and it matches the one you say is the latest.
Do you have any other idea of what I might be missing/doing wrong?
Best regards,
Shmat
- Anonymous7 years agoNot applicable
Hi,
Could you 'reinstall' it through:
conda install seabornand try again?