yunho0130 / tensorflow-lite

O'Reilly <TinyML: 텐서플로우 라이트 Tensorflow Lite> 소스코드 저장소
https://www.tensorflow.org/lite/microcontrollers
Apache License 2.0
61 stars 49 forks source link

p130등 make할때 window에서의 오류 #88

Open Immovable-maker opened 3 years ago

Immovable-maker commented 3 years ago

TinyML: Tensorflow lite for microcontroller 이슈

이곳은 텐서플로우 라이트 한글화 프로젝트의 Issue 공간입니다. 텐서플로우 자체에 이슈가 있다면 아래의 Github 링크나 Stack Overflow를 참조하시기 바랍니다.

process_begin: CreateProcess(NULL, uname -m, ...) failed. tensorflow/lite/micro/tools/make/Makefile:32: pipe: No error -m은(는) 예상되지 않았습니다. FIND: 매개 변수 형식이 틀립니다. FIND: 매개 변수 형식이 틀립니다. 명령 구문이 올바르지 않습니다. process_begin: CreateProcess(NULL, bash C:\Users\tsr98\tensorflow\tensorflow\lite\micro\tools\make\flatbuffers_download.sh tensorflow/lite/micro/tools/make/downloads, ...) failed. tensorflow/lite/micro/tools/make/Makefile:392: pipe: Bad file descriptor tensorflow/lite/micro/tools/make/Makefile:394: *** Something went wrong with the flatbuffers download: . Stop.

//여기 있는 repository로 했을 시

process_begin: CreateProcess(NULL, uname -m, ...) failed. tensorflow/lite/micro/tools/make/Makefile:25: pipe: No error -m은(는) 예상되지 않았습니다. tensorflow/lite/micro/tools/make/download_and_extract.sh "https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip" "7e8191b24853d75de2af87622ad293ba" tensorflow/lite/micro/tools/make/downloads/gemmlowp process_begin: CreateProcess(NULL, bash C:\Users\tsr98\tensorflow-lite\tensorflow\lite\micro\tools\make\download_and_extract.sh https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip 7e8191b24853d75de2af87622ad293ba tensorflow/lite/micro/tools/make/downloads/gemmlowp, ...) failed. make (e=2): 지정된 파일을 찾을 수 없습니다. make: *** [tensorflow/lite/micro/tools/make/Makefile:261: tensorflow/lite/micro/tools/make/downloads/gemmlowp] Error 2

알려주시면 감사하겠습니다 윈도우라 검색해야할게 많네요 ㅠㅠ

Tensorflow Github

Stack Overflow

yunho0130 commented 3 years ago

@Immovable-maker 안녕하세요 Powershell에서 관리자 권한 주시고 실행해주신걸까요? p434에 나오는 13.1.4 요구사항을 충족시켰는지 확인해보세요.

Immovable-maker commented 3 years ago

@Immovable-maker 안녕하세요 Powershell에서 관리자 권한 주시고 실행해주신걸까요? p434에 나오는 13.1.4 요구사항을 충족시켰는지 확인해보세요. Powershell을 관리자 권한으로 실행후 똑같이 했는데 이렇게 뜹니다.

Immovable-maker commented 3 years ago

다시 해보았는데 안되네요 ㅠㅠ 맥OS 나 리눅스에서 해야되는건가요 git bash shell 창에서 해도 따로 되진 않네요 ㅠㅠ

2020년 12월 4일 (금) 오후 4:39, Yunho Maeng notifications@github.com님이 작성:

@Immovable-maker https://github.com/Immovable-maker 안녕하세요 Powershell에서 관리자 권한 주시고 실행해주신걸까요? p434에 나오는 13.1.4 요구사항을 충족시켰는지 확인해보세요.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yunho0130/tensorflow-lite/issues/88#issuecomment-738621660, or unsubscribe https://github.com/notifications/unsubscribe-auth/APCZDDAXO4K6O6KAFC2P2GDSTCGZXANCNFSM4UKBXGRQ .

yunho0130 commented 3 years ago

여기 이슈 참조해보시고요 makefile 버전 맞춰서 재설치해보시는 게 좋을 것 같습니다. https://github.com/yunho0130/tensorflow-lite/issues/84

chictommylim commented 3 years ago

windows에서 make할 수 있는 가이드를 해주실수 있나요? powershell에서 할 수 있는거 같은데 잘 모르겠네요.