필터 지우기
필터 지우기

Python Error: ModuleNotFoundError: No module named 'pandas in MATLAB Web App Server

조회 수: 41 (최근 30일)
Antonios
Antonios 2023년 7월 28일
답변: Debadipto 2023년 8월 7일
Python Error: ModuleNotFoundError: No module named 'pandas in MATLAB Web App Server. Any idea in order to solve the current error?

답변 (1개)

Debadipto
Debadipto 2023년 8월 7일
Hello @Antonios,
I understand that you are encountering a Python error in the MATLAB Web App Server, with regard to the pandas module. First, you need to check if pandas is installed on your local machine, by running the following command in the Command Prompt:
>python -c import pandas as pd; print(pd.__version__)
In case it is not installed, refer to the following Stack Overflow thread to resolve the issue:
After that, to use Python with MATLAB Web App Server, you must make sure the web app is configured to run Python by following this MATLAB Answer:

카테고리

Help CenterFile Exchange에서 MATLAB Web App Server에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by