ImportError: Missing required dependencies ['numpy']

조회 수: 2 (최근 30일)
ABHAY K K
ABHAY K K 2019년 5월 2일
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개)

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by