Forum Discussion
Can't run any Python script in Power BI Desktop
- 7 years ago
Hi Anonymous ,
You can upgrade the Python , pandas and numpy to the latest version in cmd prompt or Anaconda prompt .
1.use cmd prompt below:
pip upgrade python
pip uninstall pandas
pip uninstall numpy
pip install pandas
pip install numpy2.use conda prompt below:
conda upgrade python
conda install pandas
conda install numpy
There some similar cases you can refer to : https://stackoverflow.com/questions/41859939/python-pandas-missing-required-dependencies-numpy-1,
https://stackoverflow.com/questions/44220798/pandas-missing-required-dependencies-numpy ,
https://stackoverflow.com/questions/42973666/importerror-missing-required-dependencies-numpy .
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello, I want to transfer the data I wrote and prepared in PyCharm to PowerBI. However, Pycharm does not see my file. Can I connect only exe to PowerBI? How can I transfer the data I prepared in Pycharm to PowerBI? I get the error in the screenshot while trying to connect. I request your help.