Closed tbelinic closed 1 year ago
Hi @tbelinic
I'm sorry to hear that the installation process did not work for you. In fact, in a fresh install, I was unable to install jupyter
next to pyraysum
, due to conflicts between the fortran-compiler
and jupyter
. Can you try to execute the above comands in a python
console?
There has been a backward incompatibility with recent f2py versions. For the time being, I recommend installing the package with these version constraints:
conda create -n prs python<3.12 numpy<1.23 setuptools<60.0 fortran-compiler obspy -c conda-forge
Please test if this resolves your issue and open a new issue if the problem persists.
Thank you for reporting!
Hello, I installed pyraysum with:
When I try to run anything, for example:
I get:
And I cannot find fraysum anywhere. Thank you for your help!