Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrip.so missing #8

Open
tjz2026 opened this issue May 31, 2018 · 4 comments
Open

scrip.so missing #8

tjz2026 opened this issue May 31, 2018 · 4 comments

Comments

@tjz2026
Copy link

tjz2026 commented May 31, 2018

Hi, I am trying to install the pyroms package by following your readme instructions step by step.
After installing pyroms, I found that import pyroms is not sucessful, e.g., when I import pyroms,
I got
"scrip.so not found. Remapping function will not be available"

Clearly the scrip has not been sucessfully installed and the .so has not been generated.
Could you please give me some advice to fix this? thanks a lot~

B.T.W I installed pyroms on CentOS6.5 with GCC compiler and python3.4

@kshedstrom
Copy link
Collaborator

kshedstrom commented May 31, 2018 via email

@summer2193
Copy link

Hi all, after I installed pyroms_toolbox and bathy_smoother, when I run install_pyroms.sh, I got
"gfortran -g -fdefault -real-8 -ffixed-form -o2 -fPIC -Inf -config not yet implemented for cmake build/include -c ./netcdf.f
no such file or directory"
It seems that there is something wrong in "netcdf.f".
Would you please help to give some advice? thanks a lot~

@caioerick
Copy link

I'm have the same problem. Has anyone managed to solve?

@gscerveira
Copy link

I was having the same problem (failing to import scrip), the issue was that scrip was looking for "libnetcdf.so.13" and i had a newer version (libnetcdf.so.15).

So the solution i found was to create a symbolic link, e.g.: sudo ln -s [mypath]/lib/libnetcdf.so.15 [mypath]/lib/libnetcdf.so.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants