필터 지우기
필터 지우기

how to run python api from php

조회 수: 2 (최근 30일)
Brenden Garrison
Brenden Garrison 2016년 9월 11일
댓글: Bo Li 2016년 9월 13일
I'm using a PHP to call a python script that uses the matlab API. The engine.start_matlab() function won't execute.
I found this and was wondering if it means that my computer is considered a remote machine. I'm doing all of this on localhost, so I wouldn't have thought that this would be a problem.

답변 (1개)

Bo Li
Bo Li 2016년 9월 12일
What is the error message? Which platform? Does it work outside of PHP?
If it works outside of PHP, the issue can be related to the conflict of libraries used by PHP and Python Engine.
  댓글 수: 2
Brenden Garrison
Brenden Garrison 2016년 9월 12일
There is no error message, the PHP page is just blank.
The python script does work outside of PHP. It successfully runs the matlab engine and produces the desired output.
Which libraries are used by PHP? I'm not sure how they would conflict because I'm using PHP's shell_exec function which just runs a terminal command.
Thank you.
Bo Li
Bo Li 2016년 9월 13일
To find more details about this failure, you might need to check the log of the web server that invokes this PHP script.

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

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by