Forum Discussion
Error when trying to execute python script
- Anonymous5 years ago
Unfortunately It was not worked. I was getting errors when trying to uninstal packages.
But, I found soulution here if anyone experiencing same issue - https://medium.com/@pbabbott/how-to-connect-power-bi-and-python-on-windows-10-b131a36f4b44
So, the first thing you’ll want to do in this custom terminal is establish an environment with python 3.6 which can be done with this command:
conda create --name std_env python=3.6
Anonymous , As far I remember. I faced this. and conda install will not work. You need to use pip install even with the anaconda.
uninstall first if needed
pip install --upgrade --force-reinstall numpy
pip install --upgrade --force-reinstall pandas
pip install --upgrade --force-reinstall matplotlib
pip install -c conda-forge mkl-service
conda activate
refer to my video and its description for related issues and command : https://www.youtube.com/watch?v=5D0BkNsu5CM
- Anonymous5 years agoNot applicable
Unfortunately It was not worked. I was getting errors when trying to uninstal packages.
But, I found soulution here if anyone experiencing same issue - https://medium.com/@pbabbott/how-to-connect-power-bi-and-python-on-windows-10-b131a36f4b44
So, the first thing you’ll want to do in this custom terminal is establish an environment with python 3.6 which can be done with this command:
conda create --name std_env python=3.6
- Juun_NV4 years agoRegular Visitor
Hey!
Thank you so much for your answer. However, I believe the last line of code should rather be:
conda install -c conda-forge mkl-service
pip install -c conda-forge mkl-service
gives an error message at least if you install it with Anaconda Prompt