Use this tag to ask questions about the Intel® Distribution for Python* which is an integrated package that delivers faster application performance on Intel® platforms. It is used to accelerate compute-intense applications—including numeric, scientific, data analytics, machine learning–that use NumPy, SciPy, scikit-learn*, and more.
Questions tagged [intel-python]
22 questions
5
votes
0 answers
Python, Intel Python and multi-core processors
I recently carried out a couple of tests on a Linux server with 2 processors each featuring 20 physical cores (full hardware description of one processor is given below) along with 20 additional logical cores (thus 80 cores in total). The reason for…

Alain
- 381
- 3
- 19
5
votes
0 answers
Spyder is not recognised as an internal command
I have downloaded the new IntelPython and installed the package according to the directions on the page.
So, after I installed the application, I followed these instructions for Windows:
Open a terminal or shell and then navigate to the…

Jespar
- 1,017
- 5
- 16
- 29
4
votes
2 answers
Intel MKL Error preventing me importing Scipy in Python
I am attempting to use scipy.integrate.solve_ivp, but the problem occurs with any import statement requiring scipy, including something as simple as:
import scipy
When I run this, I receive the following error:
INTEL MKL ERROR:
…

William Bell
- 167
- 2
- 9
3
votes
4 answers
How to enable Intel Extension for Pytorch(IPEX) in my python code?
I would like to use Intel Extension for Pytorch in my code to increase overall performance. Referred this GitHub(https://github.com/intel/intel-extension-for-pytorch) for installation.
Currently, I am trying out a hugging face summarization PyTorch…

Janani Chandran
- 31
- 1
- 5
3
votes
1 answer
How to use intel python from anaconda?
I used this
conda create --name intelpy --channel intel --override-channels intelpython
to create an environment and install intelpython
and conda info --envs shows
# conda environments:
#
intelpy * …

user15964
- 2,507
- 2
- 31
- 57
3
votes
2 answers
Intel python and intel environment in anaconda difference?
I am using Windows and I followed these steps to get the intel environment for my anaconda 3.
I realized that Intel Python can be obtained without anaconda by directly downloading it from the Intel website.
(Intel python Download option…

Aishwarya Sai Chamanoor
- 31
- 1
- 2
2
votes
1 answer
Test Intel Extension for Pytorch(IPEX) in multiple-choice from huggingface / transformers
I am trying out one huggingface sample with SWAG dataset
https://github.com/huggingface/transformers/tree/master/examples/pytorch/multiple-choice
I would like to use Intel Extension for Pytorch in my code to increase the performance.
Here I am using…

RahilaRahi
- 57
- 4
2
votes
0 answers
Error installing package in anaconda: Attempted to make prefix record for unknown package type
I'm getting the error below for doing any operation install, update or uninstall
ERROR conda.core.link:_execute(700): An error occurred while
uninstalling package '::ffmpeg-3.2.4-2'. Rolling back
transaction: done
ValueError('Attempted to make…

pauli
- 4,191
- 2
- 25
- 41
2
votes
1 answer
Possibility to use Python 3.6 with Intel MKL 2017 and a Xeon Phi KNC Card
I am experimenting with an Intel Xeon Phi 3120A card and automatic offloading using Python. I got it running using Intel Python 2017 with the help of this post. By that I found out that the card unfortunately is only supported by the 2017 version of…

mapf
- 496
- 1
- 5
- 21
1
vote
1 answer
launch_benchmark.py of intel model zoo fails for resnet34
When running launch_benchmark.py in intel model zoo github(https://github.com/IntelAI/models) with the below arguments
python launch_benchmark.py --data-location /home/user/coco/output/ --in-graph /home/user/ssd_resnet34_fp32_bs1_pretrained_model.pb…

AlekhyaV - Intel
- 580
- 3
- 21
1
vote
1 answer
How Can I Install pytorch on Intel & python2.7?
I often saw how to install pytorch on intel & python3
but no python2...!
How can I install pytorch on intel & python2

OBO
- 57
- 1
- 6
1
vote
1 answer
Automatic Offloading with Intel Python 2019 and Xeon Phi (KNC)
I am currently trying to get automatic offloading working using Intel Python 2019 and a Xeon Phi X100 KNC (SC3120A) card. For testing the offloading I am trying this benchmark:…

mapf
- 496
- 1
- 5
- 21
1
vote
1 answer
Install intel python fails in anaconda due to http connection error
I am new to Anaconda. HTTP connection error is occurring while installing Intel Python under Anaconda.
condaHTTPError: HTTP 000 CONNECTION FAILED for url".
Please help me to solve this issue.
Figure shows the error message when I try to install…

Sowmya Shree B V
- 11
- 2
0
votes
0 answers
segmentation fault as soon as I launch a Python shell ( Intel python 3.9.16 ) following an upgrade of Intel python 3.9.7 on macOS Ventura
I have upgraded my Intel python version (from python 3.9.7 to 3.9.16).
And impossible to launch a shell or execute a pyhton script.
I have executed python3.9.16 with :
$ python3.9 -v
import _frozen_importlib # frozen
import _imp #…

guizmo133
- 11
- 3
0
votes
1 answer
Unable To Create Python Environment Using DevCloud Account
I am not able to create python environments using my devcloud account in my default home directory, Along with the below command, I also tried with the commands given in this documentation…

Aishwarya
- 29
- 4