Quantcast
Channel: Intel Developer Zone Articles
Viewing all articles
Browse latest Browse all 3384

Intel® Distribution for Python* Known Issues

$
0
0

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 versionLinuxWindowsOS X
2.7.11
  • test_gdb, test_urllib fail
  • test_urllib2_localnet fails depending on computer’s proxy/network settings
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
  • test_gdb, test_urllib fail
  • test_urllib2_localnet fails depending on computer’s proxy/network settings
3.5.1
  • test_distutils, test_site, test_urllib, test_venv fail
  • test_urllib2_localnet fails depending on computer’s proxy/network settings
  • test_datetime, test_platform, test_site, test_sysconfig fail
  • test_urllib2_localnet fails depending on computer’s proxy/network settings
  • test_distutils, test_site, test_urllib, test_venv fail
  • test_urllib2_localnet fails depending on computer’s proxy/network settings

setuptools

Python versionLinuxWindowsOS X
2.7.11testPackageIndex.test_links_priority failstestScriptHeader.test_get_script_header_jython_workaround failstestPackageIndex.test_links_priority fails
3.5.1testPackageIndex.test_links_priority failstestScriptHeader.test_get_script_header_jython_workaround, testPackageIndex.test_links_priority fails
  • testPackageIndex.test_links_priority fails
  • testNamespaces.test_two_levels_deep is failing when /var is a symlink (check here for more details)

cython

Python versionLinuxWindowsOS X
2.7.11Test_embed (__main__.EmbedTest) fails
  • Test_transpose (numpy_memoryview.__test__) fails
  • runTest (__main__.CythonUnitTestCase__), test_extlibs (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic), test_cython_pyximport (Cython.Build.Tests.TestIpythonMagic.TestIPythonMagic) gives error
  • Test_embed (__main__.EmbedTest), and runTest (__main__.EndToEndTest) End-to-end cythonize_script_package fails
  • runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpdef_extern_func, and runTest (__main__.CythonRunTestCase) compiling (cpp) and running libcpp_algo gives errors
3.5.1runTest (__main__.EndToEndTest) End-to-end asyncio_generators failsCythonize_script, cythonize_script_excludes, cythonize_script_package, package_compilation, asyncio_generators, initial_file_path fail
  • test_embed (__main__.EmbedTest) End-to-end asyncio_generators, and runTest (__main__.EndToTest) End-to-end asyncio_generators fails
  • runTest (__main__.CythonRunTestCase) compiling (cpp) and running cpdef_extern_func, and runTest (__main__.CythonRunTestCase) compiling (cpp) and running libcpp_algo gives errors

numpy

Python versionLinuxWindowsOS X
2.7.11test_kind.TestKind.test_all Windows fails
  • test_kind.TestKind.test_all fails
  • test_return_real.TestCReturnReal.test_all gives error
N/A
3.5.1test_kind.TestKind.test_all Windows failstest_nonzero_byteswapN/A

pytables

Python versionLinuxWindowsOS X
2.7.11N/AtestN/A
3.5.1N/AtestN/A

numba

Python versionLinuxWindowsOS X
2.7.11N/AN/AN/A
3.5.1Test_matmul_vm, test_matmul_vv, and test_matmul_mm are known issues
  • Test_compile, test_compile_helperlib, test_compile_nrt, and test_pycc_ctypes_lib fail
  • Test_matmul_vm, test_matmul_vv, and test_matmul_mm are known issues
N/A

ipython

Python versionLinuxWindowsOS X
2.7.11IPython.utils.tests.test_path.test_ensure_dir_existN/AN/A
3.5.1IPython.utils.tests.test_path.test_ensure_dir_existscore, extensions, and utils failedN/A

sympy

Python versionLinuxWindowsOS X
2.7.11test_suite crashesTest_suite hangstest_plot_implicit fails
3.5.1Test_suite crashesTest_suite hangsN/A

pytz

Python versionLinuxWindowsOS X
2.7.11no_testCreateLocaltimeno_testCreateLocaltimeno_testCreateLocaltime
3.5.1no_testCreateLocaltimeno_testCreateLocaltimeno_testCreateLocaltime

pandas

Python versionLinuxWindowsOS X
2.7.11
  • Test_axis_limits, test_set_locale fail
  • 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.
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.
  • Test_axis_limits, test_set_locale fail
  • 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_axis_limits, test_set_locale fail
  • 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.
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.
  • Test_axis_limits, test_set_locale fail
  • 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 versionLinuxWindowsOS X
2.7.11N/AUnit test failsUnit test fails
3.5.1N/AUnit test failsUnit test fails

Scipy

Python versionLinuxWindowsOS X
2.7.11N/A
  • Executing test_mpmath.TestSystematic.test_betainc takes very long time to finish
  • test_mpmath.TestSystematic.test_legenp_complex_3, test_data.test_boost(,), and test_data.test_boost(,) fail
N/A
3.5.1N/A
  • Executing test_mpmath.TestSystematic.test_betainc takes very long time to finish
  • test_mpmath.TestSystematic.test_legenp_complex_3, test_data.test_boost(,), and test_data.test_boost(,) fail
N/A

Scikit-learn

Python versionLinuxWindowsOS X
2.7.11N/AN/Asklearn.covariance.tests.test_graph_lasso.test_graph_lasso
3.5.1N/AN/Asklearn.covariance.tests.test_graph_lasso.test_graph_lasso

Viewing all articles
Browse latest Browse all 3384

Trending Articles