Я пытаюсь установить пакет "ChemDataExtractor" (http://chemdataextractor.org/docs/install). Мне удалось установить с помощью Anaconda. Согласно странице, мне нужно выполнить cde data download
, чтобы получить файлы данных, которые я не могу выполнить в Windows Powershell / Command Prompt. Я сталкиваюсь со следующей ошибкой:
cde : The term 'cde' 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
+ cde data download
+ ~~~
+ CategoryInfo : ObjectNotFound: (cde:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException