No module named 'matlab.production_server'
7 views (last 30 days)
Show older comments
Resfyanti Nur Azizah
on 2 Dec 2022
Commented: Resfyanti Nur Azizah
on 2 Dec 2022
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?
0 Comments
Accepted Answer
Kojiro Saito
on 2 Dec 2022
Please try the following.
import matlab
from production_server import client
More Answers (0)
See Also
Categories
Find more on Python Client Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!