mod_wsgiをpython 2.7.10でMac OS X 10.12のvirtualenvにインストールしようとしています。私はDjango 1.10.3でそれを使うつもりです。 私は次の出力を得る「のmod_wsgiをインストールピップ」を実行します。pip install mod_wsgiがvirtualenvで失敗する
Collecting mod_wsgi
Using cached mod_wsgi-4.5.7.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/sf/kdqqs98d06326180mss7hggh0000gn/T/pip-build-hgA7s1/mod-wsgi/setup.py", line 247, in <module>
APR_INCLUDES = get_apr_includes().split()
File "/private/var/folders/sf/kdqqs98d06326180mss7hggh0000gn/T/pip-build-hgA7s1/mod-wsgi/setup.py", line 219, in get_apr_includes
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/sf/kdqqs98d06326180mss7hggh0000gn/T/pip-build-hgA7s1/mod-wsgi/
私はそれは私がちょうどそれを設定する方法で何かが欠けてるのかもしれないVIRTUALENVする新たなんです。私はピップをアップグレードしようとしました、setuptoolsとez_setupをpip経由で再インストールしました。
Xcodeコマンドラインツールがインストールされていますか? '' xcode-select --install''は実行時にインストールされていると言いますか? –
このコマンドを実行すると、インストールを実行するように要求されました。私は先に進み、コマンドラインツールをインストールしました。私はpipをmod_wsgiにインストールすると、同じ問題が発生します。 –
''/usr/sbin/apxs''プログラムが存在しますか? '' apxs''はシステムのどこにあっても見つかりますか? '' find/-name apxs''を使うことができます。アップルはApacheモジュールとmod_wsgiのインストールを新しい主要なOSのアップデートに掛け、今回は通常の場所に '' apxs''をインストールしないように見える。 –