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!