Error in install MATLAB Production Server Python Client
Mostrar comentarios más antiguos
Hi, I'm trying to install MATLAB Proudction Server Python client.
I followed the instruction in MATLAB websites, but it returns error.
EasyInstallDeprecationWarning: easy_install command is deprecated.
***
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other standards-based tools.
***
How can i solve the problem?
Respuestas (1)
Manikanta Aditya
el 8 de Abr. de 2024
Movida: Angelo Yeo
el 8 de Abr. de 2024
0 votos
The error you’re seeing is due to the deprecation of easy_install and the direct running of setup.py. Instead of using these methods, it’s recommended to use standards-based tools like pypa/build and pypa/installer
Categorías
Más información sobre Server Management en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!