Effacer les filtres
Effacer les filtres

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

41 vues (au cours des 30 derniers jours)
Antonios
Antonios le 28 Juil 2023
Python Error: ModuleNotFoundError: No module named 'pandas in MATLAB Web App Server. Any idea in order to solve the current error?

Réponses (1)

Debadipto
Debadipto le 7 Août 2023
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:

Catégories

En savoir plus sur MATLAB Web App Server dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by