Cinemasci server not working with 5.9.0-RC4
@utkarsh.ayachit @dhr is aware and working on a fix. If this can still make it into 5.9.0, that would be great. Thanks.
Steps to reproduce:
- Download and install 5.9.0-RC4 from paraview.org
- Run the cinemasci server (no cinema database needed to reproduce) with
/Applications/ParaView-5.9.0-RC4.app/Contents/bin/pvpython -m paraview.tpl.cinemasci.server
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Traceback (most recent call last):
File "/Applications/ParaView-5.9.0-RC4.app/Contents/Libraries/lib/python3.8/runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/Applications/ParaView-5.9.0-RC4.app/Contents/Libraries/lib/python3.8/runpy.py", line 144, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/Applications/ParaView-5.9.0-RC4.app/Contents/Libraries/lib/python3.8/runpy.py", line 111, in _get_module_details
__import__(pkg_name)
File "/Applications/ParaView-5.9.0-RC4.app/Contents/Python/paraview/tpl/cinemasci/server/__init__.py", line 14, in <module>
import cinemasci
ModuleNotFoundError: No module named 'cinemasci'