cent os7でpythonのTA-Lib (0.4.9)をつかいたく
Python 2.7.10 -- 64-bit
インストールし、他の必要なものをインストールしましたが
pip list
appinst (2.1.5)
apptools (4.3.0)
atom (0.3.9)
backports-abc (0.4)
beautifulsoup4 (4.4.1)
boto (2.38.0)
bz2file (0.98)
Canopy (1.6.2)
canopy-dashboard (0.6.0)
canopy-packman-plugin (0.1.3)
canopy-platform (0.8.3)
CanopyDebugger (0.1.2.dev0)
casuarius (1.1)
certifi (2015.11.20.1)
chaco (4.5.0)
click (4.0)
codetools (4.2.0)
common (0.1.1)
configobj (5.0.6)
cycler (0.9.0)
decorator (4.0.4)
distribute-remove (1.0.0)
docutils (0.12)
enable (4.5.1)
enaml (0.9.8)
enapp (1.0.0)
enclosure (0.3.0)
encore (0.6.0)
enstaller (4.8.10)
envisage (4.5.0.dev33)
esky (0.9.8)
Examples (7.3)
faulthandler (2.4)
feedparser (5.2.0)
flake8 (2.4.1)
freetype (2.5.3)
futures (2.2.0)
gensim (0.12.4)
glib (2.36.1)
gnureadline (6.3.3)
grits-client (0.1)
gst-plugins-base (0.10.36)
gstreamer (0.10.36)
hatcher (0.8.7)
html5lib (0.999)
httpretty (0.8.10)
idle (2.7.3)
ipykernel (4.2.0)
ipython (4.0.0)
ipython-genutils (0.1.0)
ipython4 (4.0.1)
ipywidgets (4.1.1)
jigna (0.9.5)
Jinja2 (2.8)
jsm (0.19)
jsonpickle (0.4.0)
jsonschema (2.4.0)
jupyter (1.0.0)
jupyter-client (4.1.1)
jupyter-console (4.0.3)
jupyter-core (4.0.6)
kernmagic (0.2.0)
keyring (4.0)
kiwisolver (0.1.3)
libffi (3.0.13)
libgfortran (3.0.0)
libjpeg (7.0)
libncurses (5.9)
libopenjpeg (2.1.0)
libpng (1.6.12)
libsodium (1.0.3)
libtheora (1.1.1)
libxml2 (2.9.2)
libxslt (1.1.28)
lxml (3.4.4)
MarkupSafe (0.23)
matplotlib (1.5.1)
mccabe (0.3)
memory-profiler (0.33)
mistune (0.7.1)
MKL (10.3)
mkl-service (1.0)
nbconvert (4.1.0)
nbformat (4.0.1)
nose (1.3.4)
notebook (4.0.6)
numpy (1.9.2)
okonomiyaki (0.9.0)
pandas (0.17.1)
path.py (8.1.1)
pep8 (1.6.2)
pexpect (3.3)
pickleshare (0.5)
PIL-remove (1.0.0)
pillow (3.0.0)
pip (8.0.3)
ply (3.8)
psutil (3.3.0)
ptyprocess (0.4)
pyaudio (0.2.4)
pycrypto (2.6.1)
pyface (5.0.0)
pyflakes (1.0.0)
pyglet (1.1.4)
Pygments (2.0.2)
pyparsing (2.0.3)
pyreadline (2.1)
PySide (1.2.2)
python-dateutil (2.4.2)
PythonDoc (2.7.3)
pytz (2015.7)
PyYAML (3.11)
pyzmq (15.1.0)
Qt (4.8.7)
qtconsole (4.1.1)
requests (2.8.1)
scikit-learn (0.17.1)
scipy (0.16.1)
setuptools (19.1.1)
shiboken (1.2.2)
simplegeneric (0.8.1)
singledispatch (3.4.0.3)
six (1.10.0)
smart-open (1.3.2)
ssl-match-hostname (3.4.0.2)
supplement (0.5.dev0)
sympy (0.7.6.1)
TA-Lib (0.4.9)
tablib (0.11.2)
tabulate (0.7.3)
terminado (0.5)
Theano (0.7.0)
tornado (4.3)
traitlets (4.0.0)
traits (4.5.0)
traits-enaml (0.2.1)
traitsui (5.0.0)
wxPython (3.0.2.0)
zeromq (4.1.3)
zipfile2 (0.0.8)
ipython
Python 2.7.10 | 64-bit | (default, Oct 21 2015, 12:08:08)
Type "copyright", "credits" or "license" for more information.
IPython 4.0.1 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
Using matplotlib backend: Qt4Agg
In [1]: import talib
ImportError Traceback (most recent call last)
<ipython-input-1-9bc7b4202a1f> in <module>()
----> 1 import talib
/root/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/talib/init.py in <module>()
2 import atexit
3
----> 4 from . import common
5 from . import abstract
6 from .common import MA_Type, ta_version
ImportError: libta_lib.so.0: 共有オブジェクトファイルを開けません: そのようなファイルやディレクトリはありません
起動させると上記のようなエラーがでます。
申し訳ないのですが、どうすれば使えるようになるのでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/03/05 16:50 編集
退会済みユーザー
2016/03/05 20:14 編集
2016/03/06 06:24 編集
退会済みユーザー
2016/03/06 08:16
2016/03/06 08:40 編集
退会済みユーザー
2016/03/06 09:29 編集
2016/03/06 09:56
退会済みユーザー
2016/03/06 10:03
2016/03/06 10:32
退会済みユーザー
2016/03/06 13:18