Error in install MATLAB Production Server Python Client
显示 更早的评论
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?
回答(1 个)
Manikanta Aditya
2024-4-8
移动:Angelo Yeo
2024-4-8
0 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 Server Management 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!