Nerd's Note
Friday, March 11, 2016
How to install Scikit-image for Python
Phython
だけをインストールした状態で
scikit-image
をインストールしようとしたら、かなり苦労したので、メモとして残しておきます。
必要なものは以下の通りです。
pip (sudo yum install python-pip)
numpy (pip install numpy)
cython (pip install cython)
それから、以下のコマンドでscikit-imageをインストールします
easy_install -U scikit-image
因みに、pythonに登録されているパッケージの一覧は、
https://pypi.python.org/pypi?%3Aaction=browse
で見られます。
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment