Я пытаюсь установить Tensorflow для обнаружения объектов с помощью Anaconda и Python, и мне нужно использовать Protoc для некоторых вещей, но продолжайте получать ошибку при попытке запустить командный Protoc \ object_detection/protos/*. Proto -python_out =. Но я продолжаю получать ошибку
protoc The term protoc is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ protoc \object_detection/protos/*.proto --python_out=.
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (protoc:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Suggestion [3,General]: The command protoc was not found, but does exist in the current location.
Windows PowerShell does not load commands from the current location by default. If you trust this command,
instead type: .\protoc. See "get-help about_Command_Precedence" for more details.
< /code>
Я пытался использовать `` `'. \ protoc', как предполагает Анаконда, но все еще ничего не понял, кто -нибудь знает, почему это делает это? У меня есть последняя речь Anacond USInf Python 3.7 и Protoc 3.14
Подробнее здесь: https://stackoverflow.com/questions/661 ... t-function
Проток: термин «проток» не распознается в качестве имени командлета, функции, файла скрипта или работоспособной программ ⇐ Python
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение