fastscape-lem / fastscape

A fast, versatile and user-friendly landscape evolution model
https://fastscape.readthedocs.io
BSD 3-Clause "New" or "Revised" License
53 stars 12 forks source link

Issue installing fastscape #27

Closed camersiegNCSU closed 1 year ago

camersiegNCSU commented 1 year ago

Hello,

I am trying to start running models with fast scape however when I import fastscape I get a module not found error for the "channel" process file. "fastscapelib_fortran doesn't seem to be recognized. Any help would be appreciated. image

benbovy commented 1 year ago

Hi @camersiegNCSU,

How did you installed fastscape?

This package depends on https://github.com/fastscape-lem/fastscapelib-fortran, for which Python binary wheels are not available on pypi.org. You either have to install the Python bindings from source or (strongly recommended!) install the pre-compiled Python extension using conda:

conda install fastscapelib-f2py -c conda-forge

More info in the documentation: https://fastscape.readthedocs.io/en/latest/install.html

benbovy commented 1 year ago

I'm closing this issue since it should be solved with instructions in my last comment. Feel free to re-open it if the issue persists.