无法使用intelpython导入pytables

时间:2017-07-27 11:23:55

标签: python pytables

想知道是否有人尝试过使用anaconda的IntelPython。我在url链接中创建了一个环境 Intel Python

然而,当我尝试导入pytables时,我得到: -

(intelpython) dc@dcpctw:/opt/anaconda3/bin$ python
Python 3.5.3 |Intel Corporation| (default, Apr 27 2017, 18:08:47) 
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
Type "help", "copyright", "credits" or "license" for more information.
Intel(R) Distribution for Python is brought to you by Intel Corporation.
Please check out: https://software.intel.com/en-us/python-distribution
>>> import tables
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'tables'

这很奇怪,因为我在非英特尔python环境下运行,所以我试着检查是否在intelpython环境下安装了pytables

(intelpython) dc@dcpctw:/opt/anaconda3/bin$ sudo ./conda upgrade pytables
Fetching package metadata ...........
Solving package specifications: .

# All requested packages already installed.
# packages in environment at /opt/anaconda3:
#
pytables                  3.3.0           np112py35_intel_2  [intel]  intel
(intelpython) dc@dcpctw:/opt/anaconda3/bin$ 

所以它安装在环境中应该有用,有什么帮助吗?感谢

0 个答案:

没有答案