Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vispy実行時のSegmentation fault (コアダンプ) #25

Closed
yoshihiroo opened this issue Aug 26, 2018 · 1 comment
Closed

vispy実行時のSegmentation fault (コアダンプ) #25

yoshihiroo opened this issue Aug 26, 2018 · 1 comment

Comments

@yoshihiroo
Copy link

最初のプログラムになります16頁「2.2.2 Gray-Scottモデル」のgray_scott.pyの実行で躓いております。アドバイスいただけますと助かります。

<環境>
Ubuntu 18.04.1 LTS
on VirtualBoxバージョン5.2.18r124319(Qt5.6.2)
on Windows 10 Home (10.0.17134ビルド17134)

ガイドに従いpipからpyglet pymunk vispy keras tensorflowパッケージをインストール。

<実行結果>
実行した結果下記コメント、コアを吐くエラーとなります。

$ python gray_scott.py
/home/yoshihiro/anaconda3/lib/python3.6/site-packages/vispy/visuals/isocurve.py:22: UserWarning: VisPy is not yet compatible with matplotlib 2.2+
warnings.warn("VisPy is not yet compatible with matplotlib 2.2+")
Segmentation fault (コアダンプ)

<その他>
・実行環境の情報を取ろうと下記コマンドを実行しても同じくコアダンプが吐かれます。

$ python -c "import vispy; print(vispy.sys_info())"
Segmentation fault (コアダンプ)

・pip install matplotlib==2.1 としてmatplotlibのバージョンを下げて実行したところ、互換性に関するメッセージは出ないものの、やはりコアダンプを吐いて止まります。

$ python gray_scott.py
Segmentation fault (コアダンプ)

@yoshihiroo
Copy link
Author

自己レスで失礼します。PyQt5パッケージが入っていなかったようで、インストールによって問題が解決いたしました。
お騒がせいたしました。
$ pip install PyQt5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant