Forum Discussion
Anonymous
5 years agoNot applicable
Importing seaborn package PowerBI error
Hello everyone, I am currently working on a python coded project and have entered the final stage, visualization. I want to do this visualization through PowerBI. The packages I work with are Pan...
Anonymous
5 years agoNot applicable
Hey, I've tried what you said and the forced reinstall worked, but PowerBI still doesn't seem to find the seaborn package.
amitchandak
5 years agoSuper User
Anonymous , I able to add import after running above.
I already have these
pip install --upgrade --force-reinstall matplotlib
pip install --upgrade --force-reinstall numpy
pip install --upgrade --force-reinstall pandas
pip install -c conda-forge mkl-service
conda activate
And I ran this
pip install --upgrade --force-reinstall seaborn