ImportError: Missing required dependencies ['numpy']

1 view (last 30 days)
Hi everyone,
I am a newbie for the programming in matlab for the GUI. I am using windows 8.1 and matlab 2018a version. I am here to ask a doubt related to running a python script in matlab GUI. So when the program is run, then i get this error as shown below:
system('D:\01_Abhay\01_ENGG_References\Final_Year_Project\Python Programs\channel_fea.py');
Traceback (most recent call last):
File "D:\01_Abhay\01_ENGG_References\Final_Year_Project\Python Programs\channel_fea.py", line 1, in <module>
import pandas as pd
File "D:\01_Abhay\02_Programming\Anaconda\lib\site-packages\pandas\__init__.py", line 19, in <module>
"Missing required dependencies {0}".format(missing_dependencies))
ImportError: Missing required dependencies ['numpy']
For implementing the python scripts i use anaconda which has python 3.7.1 version.
I want to know how to get rid of this error.
Thanks in advance

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!