前提・実現したいこと
Smoothed Particle Hydrodynamics(SPH)シミュレーション用のオープンソースフレームワークであるPySPHを導入したく、サイト記載通りに必要なものをインストール等していきました。
(サイトURL:https://pysph.readthedocs.io/en/latest/index.html)
発生している問題・エラーメッセージ
指示通りにターミナルで$ pysph testを実行しても以下のようなエラーメッセージがでます。
ModuleNotFoundError: No module named 'compyle.template'
試したこと
見る限り26個全てのエラーが'compyle.template'と言う名前のmoduleが見つからないことにある感じです。なので$ pip install compyle.templateでインストールを試みたのですがそうすると以下のようなエラーメッセージが出ました。
ERROR: Could not find a version that satisfies the requirement compyle.template (from versions: none)
ERROR: No matching distribution found for compyle.template
補足情報(FW/ツールのバージョンなど)
プログラミング初学者で皆さんのように知識が備わっていないでもしかするとすごく安易な質問かもしれません、、、。
以下に前述した$ pysph test実行時のコードを載せておきます。文字数制限のため最初と最後のエラー欄のみです。(ユーザーネームは隠していません)
環境はAnaconda3 python3.7です。
[inoueryousuke@MacBook-Pro]???? pysph test -v
================================================================ test session starts ================================================================
platform darwin -- Python 3.7.6, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 -- /Users/inoueryousuke/opt/anaconda3/bin/python
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/Users/inoueryousuke/.hypothesis/examples')
rootdir: /Users/inoueryousuke/pysph, inifile: tox.ini
plugins: hypothesis-5.5.4, arraydiff-0.3, remotedata-0.3.2, openfiles-0.4.0, doctestplus-0.5.0, astropy-header-0.1.2
collected 261 items / 26 errors / 87 deselected / 148 selected
====================================================================== ERRORS =======================================================================
_________________________________________________ ERROR collecting base/tests/test_device_helper.py _________________________________________________
ImportError while importing test module '/Users/inoueryousuke/opt/anaconda3/lib/python3.7/site-packages/pysph/base/tests/test_device_helper.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
opt/anaconda3/lib/python3.7/site-packages/pysph/base/tests/test_device_helper.py:4: in <module>
from pysph.base.utils import get_particle_array # noqa: E402
opt/anaconda3/lib/python3.7/site-packages/pysph/base/utils.py:7: in <module>
from .particle_array import ParticleArray,
pysph/base/particle_array.pyx:26: in init pysph.base.particle_array
???
opt/anaconda3/lib/python3.7/site-packages/pysph/base/device_helper.py:12: in <module>
from compyle.template import Template
E ModuleNotFoundError: No module named 'compyle.template'
割愛
________________________________________________ ERROR collecting tools/tests/test_sph_evaluator.py _________________________________________________
ImportError while importing test module '/Users/inoueryousuke/opt/anaconda3/lib/python3.7/site-packages/pysph/tools/tests/test_sph_evaluator.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
opt/anaconda3/lib/python3.7/site-packages/pysph/tools/tests/test_sph_evaluator.py:5: in <module>
from pysph.base.utils import get_particle_array
opt/anaconda3/lib/python3.7/site-packages/pysph/base/utils.py:7: in <module>
from .particle_array import ParticleArray,
pysph/base/particle_array.pyx:26: in init pysph.base.particle_array
???
opt/anaconda3/lib/python3.7/site-packages/pysph/base/device_helper.py:12: in <module>
from compyle.template import Template
E ModuleNotFoundError: No module named 'compyle.template'
================================================================= warnings summary ==================================================================
opt/anaconda3/lib/python3.7/site-packages/compyle/ext_module.py:7
/Users/inoueryousuke/opt/anaconda3/lib/python3.7/site-packages/compyle/ext_module.py:7: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 26 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
=================================================== 87 deselected, 1 warning, 26 errors in 4.04s ====================================================
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。