[解決済み】divisi2のインストール時にVisual C++ for pythonがexit status 2で失敗する。
2022-01-25 21:24:39
質問
Windows 8.1 46bitでPython 2.7を使用しています。
divisi2 をインストールしたいのですが https://pypi.python.org/pypi/Divisi2/2.2.5
divisi2の前提条件であるNumPyとSciPyは既にインストール済みです。Visual C++ for python 9.0をインストールしました。
pip install divisi2 コマンドを実行すると、コンソールに次のようなエラーが表示されます。
svdlib/svdwrapper.c(89) : error C2059: syntax error : '{'
svdlib/svdwrapper.c(90) : error C2275: 'PyObject' : illegal use of this type
as an expression
c:\python27\include\object.h(108) : see declaration of 'PyObject'
svdlib/svdwrapper.c(90) : error C2065: 'arr' : undeclared identifier
svdlib/svdwrapper.c(90) : error C2065: 'type' : undeclared identifier
svdlib/svdwrapper.c(90) : warning C4047: 'function' : 'PyArray_Descr *' diff
ers in levels of indirection from 'int'
svdlib/svdwrapper.c(90) : warning C4024: 'function through pointer' : differ
ent types for formal and actual parameter 2
svdlib/svdwrapper.c(91) : error C2065: 'dim' : undeclared identifier
svdlib/svdwrapper.c(91) : warning C4047: 'function' : 'npy_intp *' differs i
n levels of indirection from 'int'
svdlib/svdwrapper.c(91) : warning C4024: 'function through pointer' : differ
ent types for formal and actual parameter 4
svdlib/svdwrapper.c(91) : error C2065: 'strides' : undeclared identifier
svdlib/svdwrapper.c(91) : warning C4047: 'function' : 'npy_intp *' differs i
n levels of indirection from 'int'
svdlib/svdwrapper.c(91) : warning C4024: 'function through pointer' : differ
ent types for formal and actual parameter 5
svdlib/svdwrapper.c(95) : error C2065: 'arr' : undeclared identifier
svdlib/svdwrapper.c(96) : error C2065: 'arr' : undeclared identifier
svdlib/svdwrapper.c(96) : warning C4047: 'return' : 'int *' differs in level
s of indirection from 'int'
svdlib/svdwrapper.c(100) : error C2143: syntax error : missing '{' before '*
'
svdlib/svdwrapper.c(102) : warning C4133: 'initializing' : incompatible type
s - from 'int *' to 'PyObject *'
svdlib/svdwrapper.c(114) : warning C4133: 'return' : incompatible types - fr
om 'PyObject *' to 'int *'
error: command 'C:\\Users\\i054564\\AppData\\Local\\Programs\\Common\\Micros
oft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
----------------------------------------
Command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\
\users\\i054564\\appdata\\local\\temp\\pip-build-0aufqt\\divisi2\\setup.py';exec
(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'),
__file__, 'exec'))" install --record c:\users\i054564\appdata\local\temp\pip-5d
xl7g-record\install-record.txt --single-version-externally-managed --compile" fa
iled with error code 1 in c:\users\i054564\appdata\local\temp\pip-build-0aufqt\d
ivisi2\
乾杯
サウラヴ
解決方法は?
この問題は、同僚から次のようなヒントを得て、ようやく解決しました。
https://github.com/develersrl/gccwinbinaries .
これで、必要なものがインストールされ、divisi2がインストールできるようになります。
関連
-
python call matlab メソッドの詳細
-
FacebookオープンソースワンストップサービスpythonのタイミングツールKats詳細
-
[解決済み] [Solved] sklearn error ValueError: 入力に NaN、infinity または dtype('float64') に対して大きすぎる値が含まれている。
-
[解決済み】 AttributeError: モジュール 'matplotlib' には属性 'plot' がない。
-
[解決済み】「SyntaxError.Syntax」は何ですか?Missing parentheses in call to 'print'」はPythonでどういう意味ですか?
-
[解決済み】Pythonのvirtualenvを離脱/終了/無効化する方法
-
[解決済み】pip install mysql-python は EnvironmentError: mysql_config not found で失敗します。
-
[解決済み] pipでPythonの全パッケージをアップグレードする方法
-
[解決済み] Pythonのswitch文の代用品?
-
[解決済み] pipで特定のバージョンのパッケージをインストールする
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
opencvとpillowを用いた顔認証システム(デモあり)
-
Python関数の高度な応用を解説
-
[解決済み】TypeError: unhashable type: 'numpy.ndarray'.
-
[解決済み] [Solved] sklearn error ValueError: 入力に NaN、infinity または dtype('float64') に対して大きすぎる値が含まれている。
-
[解決済み】numpyの配列連結。"ValueError:すべての入力配列は同じ次元数でなければならない"
-
[解決済み】pygame.error: ビデオシステムが初期化されていない
-
[解決済み】Python elifの構文が無効です【終了しました
-
[解決済み】Pythonでgoogle APIのJSONコードを読み込むとエラーになる件
-
[解決済み】SyntaxError: デフォルト以外の引数がデフォルトの引数に続く
-
[解決済み】Python: OverflowError: 数学の範囲エラー