ImportError: Missing required dependencies ['numpy']
4 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Python from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!