問題タブ [pythonxy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - ImportError: DLL の読み込みに失敗しました: 指定されたモジュールが見つかりませんでした。Python+顔認識
顔認識に関する Python プログラムを実行すると、この問題が発生します。この問題を解決する方法を教えてください。私の悪い英語力でごめんなさい。ありがとうございました。
Python 2.7.10 (32 ビット) Windows 7 numpy-1.11.0+mkl-cp27-cp27m-win32 pip-8.0.3-py2.py3-none-any scipy-0.17.0-cp27-none-win32 opencv 2.4 .11
python-3.x - Windows 10 64 ビット コンピューターに HDF5 をインストールしようとしています。
私は python(x,y) を持っていて、h5py をインストールしようとしています。ただし、私が受け取るエラーは Command "python setup.py egg_info" failed with error code 1 in C:\Users\Yaady\AppData\Local\Temp\pip-build-wa42hjf9\h5py\ です
実行時: pip install h5py
次に、次のように述べています。
キャッシュされた h5py-2.6.0.tar.gz を使用した h5py の収集
C:\Users\Yaady\AppData\Local\Temp\pip-build-wa42hjf9\h5py\ で、コマンド「python setup.py egg_info」がエラー コード 1 で失敗しました
spyder - Python 2.7 + Spyder + OpenGL.GL、OpenGL.GLU、OpenGL.GLUT の問題
私は python 2.7 を使用しており、spyder を IDE として使用しています。ただし、インポートステートメントごとにこの警告メッセージが表示され続けます。
ここに私の声明があります:
私のコードにはエラーがなく、実行されますが、オブジェクトを表示するはずの表示ウィンドウが空白です。このコードは、プロジェクトの開始点として教授から直接与えられたもので、教授のラップトップで実行されるのを見ました。これを実現するためのトリックはありますか?easy_install を使用して OpenGL を更新しました。
python-2.7 - python-xy 2.7.10 の itk ライブラリ エラー
最近 python-xy 2.7.10 をインストールしましたが、itk を使用して簡単なスクリプトを実行しようとすると、次のエラーが発生して失敗します。
RuntimeError: C:\u\itk-git_b\Modules\Remote\SCIFIO\src\itkSCIFIOImageIO.cxx:274: itk::ERROR: SCIFIOImageIO(0295DBE0): SCIFIO_PATH が設定されていません。この環境変数は、SCIFIO JAR ファイルを含むディレクトリを指している必要があります
私が今実行しているスクリプトは非常に単純です。
python - Update Pandas within Spyder
I use Spyder as the IDE to program python. Pandas 0.13.1 had been installed before. There is an attribute error while I was programming: AttributeError: 'Series' object has no attribute 'weekday'. I figured out that it was a Pandas version problem. I tried to upgrade the Pandas. So I downloaded the most updated Anacoda from the official website and got it installed. I checked the Pandas version from the Spyder, it still showed as 0.13.1. Can anyone please help me with it ? How to get Pandas updated to 0.18.1 or above ? Thanks.