reilleya / openMotor

An open-source internal ballistics simulator for rocket motor experimenters
GNU General Public License v3.0
368 stars 73 forks source link

python3-dev is a prereq #129

Closed dhbarr closed 4 years ago

dhbarr commented 4 years ago

When

pip install -r requirements.txt

Failed building wheel for scikit-fmm

because

skfmm/fmm.cpp:4:10: fatal error: Python.h: No such file or directory

sudo apt-get install python-dev did not resolve, but python3-dev did

reilleya commented 4 years ago

Looks like I need to update the readme.