Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 818 Bytes

faq.md

File metadata and controls

17 lines (11 loc) · 818 Bytes

Frequently Asked Questions

Install Visual Studio Code Tools for AI

Prepare development environment

Q: How come I can not install Python on Windows Server OS?

After downloading the Python installer to a local directory, right-click it and select Run as administrator. We recommend that you install Python to %LocalAppData%.

Install Python in administrator mode

Develop AI projects

Q: Python projects or examples cannot run.

If multiple Python environments exist, please make sure the project has been configurated to use correct Python interpreter. Please refer to Setting up the default Python environment and change the Python interpreter setting.