가려주는 웹을 맥에서 윈도우로 전환시키는데 에러발생..

conda깔고 tensorflow생성하고, import 다 설치 했는데 python만 돌리면 잘 돌아가는데 웹에서는 안됨..

 

해결방법

const py = spawn("python", ["server/uc.py"]);

기존에 python3인데 이는 맥에서만 해당.. ㅜㅜ

 

또한 

output\\card\\StudentIDcard\\

경로도 \\ 두개랑, 한글 있으면 안됨.. ㅜㅜ

맥에서는 한글 있어도 잘만 되던데 바뀐거 아닌가

 

에러들

omp: error #15: initializing libiomp5md.dll, but found libiomp5md.dll already initialized.

node:internal/fs/utils:345 [0] throw err;

 

__

 

+ Recent posts