필터 지우기
필터 지우기

How to use Python on Webapp Server running on Windows?

조회 수: 7 (최근 30일)
Pranav
Pranav 2023년 9월 4일
I have created predict.py and added to .ctf, In startup I have used following code
if isdeployed
pyenv(Version="C:\Users\MatlabWebAppVM\AppData\Local\Programs\Python\Python39");
[filepath,~,~] = fileparts(mfilename('fullpath'));
insert(py.sys.path, int64(0), filepath);
end
Getting this error while running on server

답변 (0개)

카테고리

Help CenterFile Exchange에서 Python Client Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by