Python

CentOSにpythonのvirtualenvを入れるメモ

CentOS6でvirtualenvとPython Fabricを使いたかったのでインストールメモ。 [idempiere@localhost ~]$ cat /etc/redhat-release CentOS release 6.7 (Final) $ python -V Python 2.6.6 yum install virtualenv で何も見つからなかった。 pip pipが入っていな…

CentOS5にPython fabricをインストール

CentOS5でPython Fabricを使おうとしたけど、 CentOS5はPythonのバージョンが2.4で、Fabricが入ら無いっぽかった。 $ python -V Python 2.4.3 Python 2.6をインストール。 sudo yum install --enablerepo=epel python26 wget --no-check-certificate https:/…

chainerでcaffe model dataを使っているサンプルコードを試す

この記事を試した時のメモ。 Chainerで入力画像の最適化 - mktozkの日記 正直言って、この記事で何をやっているか分かっていない。。。 学習済みモデルデータ https://github.com/pfnet/chainer.git をTortoiseGitでチェックアウト。 Git for Windows Gitで…

Windowsにchainer 1.5.1を入れる

chainerを1.3.2から1.5.1にバージョンアップしようとしたら、エラーになった。 Install packages failed: Error occurred when installing package chainer. The following command was executed: packaging_tool.py install --build-dir C:\Users\aaaaaa\Ap…

python 64bit版のインストール

Windows 10 Python Release Python 2.7.10 | Python.org Windows x86-64 MSI installer 32bit版Python2.7が入っている状態で、 64bit版Python2.7を別のディレクトリに入れたら、 インストーラーが変な動きをしたようで、32bit版のpython.exeが消えた。 C:\Py…