You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any .so files in your install directory? (Just to be sure, note that if you did pip install . from the git checkout, your install directory probably isn't in the same place as ~/Documents/Git/narwhal-master/narwhal/gsw.py. If you want it to be, pip install -e . should do that.)
~/Documents/Git/narwhal-master/narwhal/gsw.py in ()
12 return splitext(s)[1] == ".so" and s.startswith("cgsw")
13
---> 14 name = list(filter(find_gsw, listdir(install_dir)))[0]
15 cgsw = ctypes.cdll.LoadLibrary(join(install_dir, name))
16
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: