Closed burakbayramli closed 2 years ago
Sorry about that, please use the github version. Like so
git clone https://github.com/pypr/pysph
cd pysph
pip install -r requirements.txt
python setup.py develop # or python setup.py install or pip install -e .
Will try and cut a release in the next 2 weeks.
I have
pysph 1.0a6 traits 6.1.1 traitsui 7.0.1 vtk 8.1.2 mayavi 4.7.1
I installed pysph through pip, compiling was giving too many errors.
When I tried to run pysph it complained about missing packages (which pip on pysph package did not install). The extra pkg installations had problems I had to downgrade to vtk 8.1.2 otherwise mayavi would not install.
I could run and generate simulation output fine. But when I tried to view the output, even after pysph command line stopped complaining on pkgs, I get the error
$ pysph view cube_output/
Any ideas?