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

7 visualizaciones (últimos 30 días)
Resfyanti Nur Azizah
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?

Respuesta aceptada

Kojiro Saito
Kojiro Saito el 2 de Dic. de 2022
Please try the following.
import matlab
from production_server import client
  5 comentarios
Kojiro Saito
Kojiro Saito el 2 de Dic. de 2022
OK I understand you're using PyCharm. I think this answer might help you.
Resfyanti Nur Azizah
Resfyanti Nur Azizah el 2 de Dic. de 2022
thankyou so much, I willl try this solution

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by