Я хотел бы установить cpp-ethereum
следуя документации
Powershell работает в режиме администратора, но если я пытаюсь запустить команду установки (choco install cpp-ethereum
), я получаю эту ошибку:
PS C:\WINDOWS\system32> choco install cpp-ethereum
Chocolatey v0.10.8
Installing the following packages:
cpp-ethereum
By installing you accept licenses for the packages.
cpp-ethereum not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but t
he version does not.
Version: ""
Source(s): "https://chocolatey.org/api/v2/"
Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures
- cpp-ethereum - cpp-ethereum not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but t
he version does not.
Version: ""
Source(s): "https://chocolatey.org/api/v2/"
Такое же сообщение об ошибке можно найти в журнале. Что означает это сообщение об ошибке и как его можно исправить?