Forum Discussion
shmat
7 years agoRegular Visitor
Error with SEABORN
Hi, I am getting error when trying to import seaborn and work with it. import seaborn as sns import matplotlib.pyplot as plt import numpy as np import pandas as pd # create data x = np.r...
RomanSk
7 years agoFrequent Visitor
shmat - Have you solved the problem? I have the same issue.
- shmat7 years agoRegular Visitor
RomanSk wrote:shmat - Have you solved the problem? I have the same issue.
Hi RomanSk,
Unfortunately, I did not manage to make it work. Still cannot find the reason.
Please let me know if you manage.
I have tried re-installing Power BI and re-installing the library.
- RomanSk7 years agoFrequent Visitor
I solved it this way. I changed home directory from C:\python to C:\Program Files\Python37 in options - Python scripting and it works.