gimli-org / gimli

Geophysical Inversion and Modeling Library :earth_africa:
https://www.pygimli.org
Other
364 stars 133 forks source link

Failed install pygimli from anaconda because dependencies pyplusplus and pygccxml is missing from channel gimli and conda-forge #633

Closed yogahariman closed 8 months ago

yogahariman commented 8 months ago

What's channel for pyplusplus and pygccxml? i failed install pygimli from anaconda because can't find yplusplus and pygccxml in channel conda-forge and gimli

carsten-forty2 commented 8 months ago

Don't sure if there is a conda channel for it, but you can install it with pip.

yogahariman commented 8 months ago

I have problem when install pygimli like manual from anaconda because always failed. When i check all dependencies i found pyplusplus and pygccxml missing from channel gimli and conda-forge.

halbmy commented 8 months ago

Failed install pygimli from anaconda

If you have anaconda, you should install pygimli using the given the conda command. You only need pygccxml and pyplusplus when building pyGIMLi from the source. Then you can just pip install pygccxml (and pyplusplus). We just realized https://www.pygimli.org/compilation.html is broken and will fix this.