2016-11-04 5 views
2

Во время установки я получил следующую ошибку:Ошибка Установка Microsoft CNTK

This script will setup the CNTK prequisites and the CNTK Python environment onto the machine. More help is given by calling 'get-help .\install.ps1' in your powershell environment.

The script will analyse your machine and will determine which components are required. The required components will be downloaded in [C:\local\Scripts\windows\InstallCache] Repeated operation of this script will reuse already downloaded components.

  • If required VS2012 Runtime and VS2013 Runtime will be installed
  • If required MSMPI will be installed
  • If required the standard Git tool will be installed
  • CNTK source will be cloned from Git into [c:\repos\CNTK]
  • Anaconda3 will be installed into [C:\local\Anaconda3-4.1.1-Windows-x86_64]
  • A CNTK-PY34 environment will be created in [C:\local\Anaconda3-4.1.1-Windows-x86_64\envs]
  • CNTK will be installed into the CNTK-PY34 environment

1 - I agree and want to continue Q - Quit the installation process

1 Determining Operations to perform. This will take a moment...

The following operations will be performed: * Setup/Update CNTK Wheel * Clone CNTK from Github repository

Do you want to continue? (y/n) y Performing download operations Download operations finished

Performing install operations Setup/Update of CNTK Wheel environment. Please be patient.... You are using pip version 8.1.2, however version 9.0.0 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. Cloning CNTK (branch v2.0.beta2.0) repository....

Fatal error during script execution! System.InvalidOperationException: This command cannot be run due to the error: The system cannot find the file specifie d. at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

PS C:\local\Scripts\windows>

Я не знаком с PowerShell, так что я не знаю, куда идти отсюда.

ответ

3

Пара вопросов. Вы используете beta1 или beta2? Если вы используете beta1, просто напоминание о том, что есть beta2, теперь доступный с исправлениями ошибок, а также некоторые улучшения в скрипте установки, но я не думаю, что эта конкретная проблема была устранена!

Похоже, что клон cntk git репозиторий не работает.

Был Git установлен на вашей машине? Есть ли GIT.EXE в c:\Program Files\Git\bin\?

Я думаю, что установка обнаружила существующий git.exe (в другом месте) и теперь пытается называть его «неправильным» местоположением.

Самый простой обходной путь для вас (если вы мерзавец установлен), из командной строки:

cd c:/ 
md \repos 
cd repos 
clone --branch v2.0.beta1.0 --recursive https://github.com/Microsoft/CNTK 

Если вы переехали в бета2, замените v2.0.beta1.0 с v2.0.beta2.0