私はtheanoライブラリコードを実行しようとしています私の設定はmacos sierra x64とanaconda pacakgesのpycharmです。警告(theano.configdefaults):g ++が検出されませんでした! Theanoは最適化されたC実装を実行できません
私はtheanoをインストール:theanoをインストールし、私はその、このエラーを与えてコードを実行しようとしていたときに、それが正常にインストールされているが、PIP:
WARNING (theano.configdefaults): g++ not detected ! Theano will be
unable to execute optimized C-implementations (for both CPU and GPU) and
will default to Python implementations. Performance will be severely
degraded. To remove this warning, set Theano flags cxx to an empty string.
それから私は、インターネット上で検索し、私はで動作するようにconda install mingw libpython
をインストールする必要が見つかりました私は試してみましたが、後で私はそれらの2つのモジュールを発見しましたmingw and libpython
勝利のプラットフォームのためだけです。
どうすればいいですか?
g ++をMac [ここ](http://stackoverflow.com/questions/2122425/how-do-i-install-g-on-macos-x)にインストールする手順を見てください。 – sygi