私はPython-2.7.10で作業中のuwsgi(Ubuntu 14.04、デフォルトのPython 2.7.6)に達しました。続ける前に
ステップ
、あなたは--enable-shared
と新しいPythonのをコンパイルする必要があります。
$ ./configure --enabled-shared
$ sudo make altinstall
コンテキスト:uwsgiとAPT-でインストールuwsgi-のpython-プラグインでのPython 2.7.6とUbuntuの14.04 get 問題:私はコンパイルされたPython-2.7で私のすべてのためのvirtualenvを持っています。10
# Previously installed Python-2.7.10 as altinstall
$ python2.7
Python 2.7.10 (default, Nov 25 2015, 11:21:38)
$ source ~/env/bin/activate
$ python
Python 2.7.10 (default, Nov 25 2015, 11:21:38)
もの準備:iniファイル上で
$ cd /tmp/
$ git clone https://github.com/unbit/uwsgi.git
$ cd uwsgi
$ make PROFILE=nolang
# On /tmp/uwsgi
$ PYTHON=python ./uwsgi --build-plugin "plugins/python python27"
:
[uwsgi]
plugins = python27
結果について:
** Starting uWSGI 1.9.17.1-debian (64bit) on [Thu Nov 26 12:56:42 2015] ***
compiled with version: 4.8.2 on 23 March 2014 17:15:32
os: Linux-3.19.0-33-generiC#38~14.04.1-Ubuntu SMP Fri Nov 6 18:17:28 UTC 2015
nodename: maquinote
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /etc/uwsgi/apps-enabled
detected binary path: /usr/bin/uwsgi-core
your processes number limit is 257565
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: enabled
uwsgi socket 0 bound to UNIX address /var/run/uwsgi/app/pypi-server/socket fd 3
Python version: 2.7.10 (default, Nov 26 2015, 11:44:40) [GCC 4.8.4]
あなたはどのOS/pythonバージョンを使用していますか? –
私はUbuntuサーバー11.04を実行しています。 Python 2.7.1 – rlayte
Macで同じことが起こりましたが、samba共有フォルダからアクセスするpythonプロジェクトを構築しようとしました。 –