Hi,
I tryed to install matlab production server client on python. I use this code to install the package:
python setup.py install
But, When I try to import the package into python using:
from matlab.production_server import client
I found this error:
ModuleNotFoundError: No module named 'matlab.production_server'; 'matlab' is not a package
Do I miss instalation step?

 채택된 답변

Kojiro Saito
Kojiro Saito 2022년 12월 2일

0 개 추천

Please try the following.
import matlab
from production_server import client

댓글 수: 5

I have implemented those code, but the error still there.
Kojiro Saito
Kojiro Saito 2022년 12월 2일
Could you show me the outputs of python setup.py install?
This is the output:
(venv) D:\Vanaya Neurolab\MATLAB CODES\NeurometricAutomation\PythonClient_forTesting\MAT
LABProductionServer_R2022b_Clients\python>python setup.py install
D:\Vanaya Neurolab\MATLAB CODES\NeurometricAutomation\PythonClient_forTesting\venv\lib\s
ite-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py in
stall is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
D:\Vanaya Neurolab\MATLAB CODES\NeurometricAutomation\PythonClient_forTesting\venv\lib\s
ite-packages\setuptools\command\easy_install.py:144: EasyInstallDeprecationWarning: easy
_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Anyway, I install the package in a pycharm virtual environment.
thankyou for your help
Kojiro Saito
Kojiro Saito 2022년 12월 2일
OK I understand you're using PyCharm. I think this answer might help you.
thankyou so much, I willl try this solution

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by