AndrewAnnex / pybedforms

python port of the USGS bedforms software tool
BSD 3-Clause "New" or "Revised" License
35 stars 7 forks source link

Dead kernel #8

Open findlad opened 3 years ago

findlad commented 3 years ago

Hi there. My kernel dies running the block diagram cell of the notebook_with_examples . I'm running python 3, and I'm pretty sure I've installed all the prerequisites. Any ideas?

AndrewAnnex commented 2 years ago

@findlad sorry I completely missed this issue you posted. In order to answer your question I would need to see what versions of libraries you installed/how you installed them (pip list or conda list output). Although I strongly suspect that the mayavi/vtk dependency would be the cause as they have compiled C++ code.