No module named 'matlab.production_server'
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Resfyanti Nur Azizah
el 2 de Dic. de 2022
Comentada: Resfyanti Nur Azizah
el 2 de Dic. de 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 comentarios
Respuesta aceptada
Kojiro Saito
el 2 de Dic. de 2022
Please try the following.
import matlab
from production_server import client
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!