Intel® Distribution for Python* can become unstable and potentially crash because of the following:
Installing in OS X*:
- When trying to install, the message “intelpythonXX-2017.0.007.app is damage and can’t be opened” will be displayed.
Solution: Execute the following command and run the application again:xattr –rc <path_to_intelpythonXX-2017.0.0.07.app>
- When trying to install, the message “gettext is not installed”. In order to use Intel® Distribution for Python* X.X, you must have gettext installed.
Solution:- If you have not installed, proceed to install it.
- Open a terminal and add to your PATH the directory where you installed gettex
- From the same terminal window run:
open –a intelpythonXX-2017.0.007.app
Conda package manager for Linux 2.7.11:
- Trying to install or update a package using conda will show a list of packages incompatibilities.
- After installing the distribution run the following command:
conda update –y conda intelpython
PYTHONPATH should be cleared before installation (set PYTHONPATH=) on Windows
- Reference the Installation section to avoid PYTHONPATH-related issues
Intel® Distribution for Python should work with most Mac OS version
- Officially supports Yosemite (OS X 10.10)
- PyDAAL on Mac not yet supported on El Capitan (OS X 10.11)
Python tk interface (Tkinter module) requires Xquarts 2.7.7 on Mac
- If installation differs from default location, user may need to create symlink to /opt/X11
Python gdbm module requires 1.11 on Mac
- If installation differs from default location, user may need to create symlink to /usr/local/lib/gdbm.4.dylib
Python 3 requires gettext 0.19.5.1 on Mac
- Install gettext via Homebrew or MacPort
- Python will look for /usr/local/lib/libintl.8.dylib or /opt/local/lib/libintl.8.dylib
- User may need to add symlink to this location if Homebrew or MacPorts destination is not default
cpython
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 |
| test_math fails for a function called expm1 when the values fed as an argument are less than - 745.0. Rest of functions from test suite do not fail |
|
3.5.1 |
|
|
|
setuptools
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | testPackageIndex.test_links_priority fails | testScriptHeader.test_get_script_header_jython_workaround fails | testPackageIndex.test_links_priority fails |
3.5.1 | testPackageIndex.test_links_priority fails | testScriptHeader.test_get_script_header_jython_workaround, testPackageIndex.test_links_priority fails |
|
cython
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | Test_embed (__main__.EmbedTest) fails |
|
|
3.5.1 | runTest (__main__.EndToEndTest) End-to-end asyncio_generators fails | Cythonize_script, cythonize_script_excludes, cythonize_script_package, package_compilation, asyncio_generators, initial_file_path fail |
|
numpy
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | test_kind.TestKind.test_all Windows fails |
| N/A |
3.5.1 | test_kind.TestKind.test_all Windows fails | test_nonzero_byteswap | N/A |
pytables
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | N/A | test | N/A |
3.5.1 | N/A | test | N/A |
numba
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | N/A | N/A | N/A |
3.5.1 | Test_matmul_vm, test_matmul_vv, and test_matmul_mm are known issues |
| N/A |
ipython
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | IPython.utils.tests.test_path.test_ensure_dir_exist | N/A | N/A |
3.5.1 | IPython.utils.tests.test_path.test_ensure_dir_exists | core, extensions, and utils failed | N/A |
sympy
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | test_suite crashes | Test_suite hangs | test_plot_implicit fails |
3.5.1 | Test_suite crashes | Test_suite hangs | N/A |
pytz
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | no_testCreateLocaltime | no_testCreateLocaltime | no_testCreateLocaltime |
3.5.1 | no_testCreateLocaltime | no_testCreateLocaltime | no_testCreateLocaltime |
pandas
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 |
| Test_interp_alt_scipy, test_rank_methods_frame, test_rank_methods_series_test_nankurt, test_nansem, test_nanskew fails. This is a known issue; these have been fixed on master (upstream) and their fix would be part of future release. |
|
3.5.1 |
| Test_interp_alt_scipy, test_rank_methods_frame, test_rank_methods_series_test_nankurt, test_nansem, test_nanskew fails. This is a known issue; these have been fixed on master (upstream) and their fix would be part of future release. |
|
matplotlib
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | N/A | Unit test fails | Unit test fails |
3.5.1 | N/A | Unit test fails | Unit test fails |
Scipy
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | N/A |
| N/A |
3.5.1 | N/A |
| N/A |
Scikit-learn
Python version | Linux | Windows | OS X |
---|---|---|---|
2.7.11 | N/A | N/A | sklearn.covariance.tests.test_graph_lasso.test_graph_lasso |
3.5.1 | N/A | N/A | sklearn.covariance.tests.test_graph_lasso.test_graph_lasso |