2016-11-01から1ヶ月間の記事一覧
フツーにdependenciesにcompile "com.sparkjava:spark-core:2.5.2"を書くと、こんなエラーが出る。 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://w…
Pythonで作ったmatplotlib + numpy + PyQt5なGUIアプリをPyInstallerでexe化しようと思ったら3時間溶かしたのでメモ。 実行環境 Python3.4.5 32bit Python3.5.x系だとうまくいかない。 Windows10 Pro 64bit 64bitだけどPythonは32bitで。 numpyとscipyはこ…