No module named 'matlab.pr​oduction_s​erver'

7 views (last 30 days)
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?

Accepted Answer

Kojiro Saito
Kojiro Saito on 2 Dec 2022
Please try the following.
import matlab
from production_server import client
  5 Comments
Resfyanti Nur Azizah
Resfyanti Nur Azizah on 2 Dec 2022
thankyou so much, I willl try this solution

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!