malcolmw / pykonal

Travel-time calculator based on the fast-marching method solution to the Eikonal equation.
https://malcolmw.github.io/pykonal-docs/
GNU General Public License v3.0
147 stars 54 forks source link

gcc: error trying to exec 'cc1plus' : execvp: No such file or directory #47

Open ladominguez opened 3 months ago

ladominguez commented 3 months ago

Dear All,

thank you for positing this amazing package. I am not sure whether this an issue or not since I already found the solution. When I tried to installed on Ubuntu, I got the following error after pip install .

gcc: error trying to exec 'cc1plus' : execvp: No such file or directory

after searching for sometime, I found that I was missing this library

conda install -c conda-forge gxx_linux-64

I hope someone find it useful