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.
Hi Anonymous ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy