跳转至主要内容
英特尔标志 - 返回主页
我的工具

选择您的语言

  • Bahasa Indonesia
  • Deutsch
  • English
  • Español
  • Français
  • Português
  • Tiếng Việt
  • ไทย
  • 한국어
  • 日本語
  • 简体中文
  • 繁體中文
登录 以访问受限制的内容

使用 Intel.com 搜索

您可以使用几种方式轻松搜索整个 Intel.com 网站。

  • 品牌名称: 酷睿 i9
  • 文件号: 123456
  • Code Name: Emerald Rapids
  • 特殊操作符: “Ice Lake”、Ice AND Lake、Ice OR Lake、Ice*

快速链接

您也可以尝试使用以下快速链接查看最受欢迎搜索的结果。

  • 产品信息
  • 支持
  • 驱动程序和软件

最近搜索

登录 以访问受限制的内容

高级搜索

仅搜索

Sign in to access restricted content.

不建议本网站使用您正在使用的浏览器版本。
请考虑通过单击以下链接之一升级到最新版本的浏览器。

  • Safari
  • Chrome
  • Edge
  • Firefox

Get Intel® Distribution for Python*

  

  • Overview
  • Download
  • Documentation & Resources
本网站采用 reCAPTCHA 提供保护。

Please note: For ease of installation, Intel is phasing out the stand-alone installer for the Intel Distribution for Python. Developers can create environments using online channels with conda, mamba, or pip. If you need to transfer an environment to a machine without Internet access, copy the environment folder to the local machine.

  System Requirements

Make sure your system meets the System Requirements.

  Set Up Your Environment

1. Get and update Conda.

  • To install conda, use the conda Installation Guide.
  • If you have conda installed, update it using the following command (This works for both Windows and Linux installations):

conda update conda

2. For GPU users, install a GPU driver.

  • For Linux, set up your system for GPU development as described in  Data Center GPU Series Driver Installation or Client GPU Driver Installation.
  • For Windows, download GPU drivers from Intel® Arc™ & Iris® Xe Graphics - Windows*.

  Set Up Your Environment

1. If you do not have pip, use the following instructions to install it. After installation, make sure that you can run pip from the command line. Installation Instructions

2. Create and activate a virtual environment:


python3.11 -m venv idp
source idp/bin/activate


3. GPU Users: Install a GPU Driver.

  • For Linux, set up your system for GPU development as described in Data Center GPU Series Driver Installation or Client GPU Driver Installation.

  Set Up Your Environment

1. If you do not have pip, use the following instructions to install it. After installation, make sure that you can run pip from the command line. Installation Instructions

2. Create and activate a virtual environment:


python3.11 -m venv idp
idp\Scripts\activate


3. GPU Users: Install a GPU Driver.

  • For Windows, download GPU drivers from Intel® Arc™ & Iris® Xe Graphics - Windows*

  Set Up Your Environment

1. If you do not have pip, use the following instructions to install it. After installation, make sure that you can run pip from the command line. Installation Instructions

2. Create and activate a virtual environment:


python3.12 -m venv idp
source idp/bin/activate


3. GPU Users: Install a GPU Driver.

  • For Linux, set up your system for GPU development as described in Data Center GPU Series Driver Installation or Client GPU Driver Installation.

  Set Up Your Environment

1. If you do not have pip, use the following instructions to install it. After installation, make sure that you can run pip from the command line. Installation Instructions

2. Create and activate a virtual environment:


python3.12 -m venv idp
idp\Scripts\activate


3. GPU Users: Install a GPU Driver.

  • For Windows, download GPU drivers from Intel® Arc™ & Iris® Xe Graphics - Windows*

  Set Up Your Environment

1. If you do not have pip, use the following instructions to install it. After installation, make sure that you can run pip from the command line. Installation Instructions

2. Create and activate a virtual environment:


python3.13 -m venv idp
source idp/bin/activate


3. GPU Users: Install a GPU Driver.

  • For Linux, set up your system for GPU development as described in Data Center GPU Series Driver Installation or Client GPU Driver Installation.

  Set Up Your Environment

1. If you do not have pip, use the following instructions to install it. After installation, make sure that you can run pip from the command line. Installation Instructions

2. Create and activate a virtual environment:


python3.13 -m venv idp
idp\Scripts\activate


3. GPU Users: Install a GPU Driver.

  • For Windows, download GPU drivers from Intel® Arc™ & Iris® Xe Graphics - Windows*

  Set Up Your Environment

1. Get and update Mamba.

  • To install and get Mamba, use the conda Installation Guide and then use the Miniforge installation instruction.
  • If you already have Mamba installed, update it using the following command (This works for both Linux and Windows installations):

conda update mamba

2. For GPU users, installl a GPU Driver.

  • For Linux, set up your system for GPU development as described in Intel® Data Center GPU Series Driver Installation or Client GPU Driver Installation

  • For Windows, download GPU drivers from Intel® Arc™ & Iris® Xe Graphics - Windows*

Install with conda*

conda create -n idp intelpython3_full python=3.11 -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels

Install with conda*

conda create -n idp intelpython3_full python=3.12 -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels

Install with conda*

conda create -n idp intelpython3_full python=3.13 -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels

Install with conda*

Select a small bundle from the list (left) to generate the required install code string.

  Activate the Environment

After running the installation command, activate the conda environment by entering the following command:


conda activate idp

  Verify the Installation

Verify your installation success by running conda list command.

Install with pip

To install Intel-distributions of components, enter the following as two separate commands:

pip install -i https://software.repos.intel.com/python/pypi numpy scipy dpnp dpctl tbb4py

 

pip install smp cython numba scikit-learn-intelex

Customized Installation with pip

To retrieve the pip command strings, select a radio button next to a group of components. 

Data Processing and Modeling

pip install -i https://software.repos.intel.com/python/pypi numpy scipy

Foundational Machine Learning

pip install scikit-learn-intelex

Data Parallel Extensions

pip install -i https://software.repos.intel.com/python/pypi dpctl dpnp

Parallelism

  1. To install Intel-distributions of components, enter the following command:
    pip install -i https://software.repos.intel.com/python/pypi tbb4py
  2. To install this component directly from pip, enter the following command:
    pip install smp
    

     

Compilers

pip install cython numba

  Verify Installation

To verify if your installation was a success, enter the following command: pip list.

Install with Mamba

mamba create -n idp intelpython3_full python=3.11 -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels

Install with Mamba

Python 3.11 Instructions

mamba create -n idp intelpython3_full python=3.11 -c https://software.repos.intel.com/python/conda -c conda-forge –-override-channels


Python 3.12 Instructions 

mamba create -n idp intelpython3_full python=3.12 -c https://software.repos.intel.com/python/conda -c conda-forge –-override-channels

Install with Mamba

mamba create -n idp intelpython3_full python=3.12 -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels

Install with Mamba

mamba create -n idp intelpython3_full python=3.13 -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels

  Activate the Environment

After running the installation command, activate the mamba environment by entering the following command:


mamba activate idp

  Verify the Installation

Verify your installation success by running the mamba list command.

Install with Mamba*

Select a small bundle from the list (left) to generate the required installation code string.

  Additional Resources

For documentation and resources to get started, see Intel® Distribution for Python*.  

  • ​​​Get Started Guide
  • Data Parallel Extension for NumPy* documentation on GitHub
  • Data Parallel Control Library* documentation on GitHub
  • Data Parallel Extension for Numba* documentation on GitHub
  • Intel® Advisor  
  • Intel® VTune™ Profiler

  

Support

Start-up support is available if there is an issue with the tool selector functionality.

Report an Issue

  • 公司信息
  • 英特尔资本
  • 企业责任部
  • 投资者关系
  • 联系我们
  • 新闻发布室
  • 网站地图
  • 招贤纳士 (英文)
  • © 英特尔公司
  • 沪 ICP 备 18006294 号-1
  • 使用条款
  • *商标
  • Cookie
  • 隐私条款
  • 请勿分享我的个人信息 California Consumer Privacy Act (CCPA) Opt-Out Icon

英特尔技术可能需要支持的硬件、软件或服务激活。// 没有任何产品或组件能够做到绝对安全。// 您的成本和结果可能会有所不同。// 性能因用途、配置和其他因素而异。请访问 intel.cn/performanceindex 了解更多信息。// 请参阅我们的完整法律声明和免责声明。// 英特尔致力于尊重人权,并避免成为侵犯人权行为的同谋。请参阅英特尔的《全球人权原则》。英特尔产品和软件仅可用于不会导致或有助于任何国际公认的侵犯人权行为的应用。

英特尔页脚标志