equinor / segyio

Fast Python library for SEGY files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File "C:\ProgramData\Anaconda3\lib\site-packages\segyio\open.py", line 162, in open fd = _segyio.segyiofd(str(filename), mode, endians[endian]) FileNotFoundError: [Errno 2] No such file or directory

solo-coder101 opened this issue · comments

Hi,

I'm getting error "FileNotFoundError: [Errno 2] No such file or directory" when trying to open a segy shot gather file. I've tried with a few segy files in the dataset, but I keep getting the same error.

Is there anything I need to do before I use segyio to open a file?

Thanks,
Solo

This is a common python error that says that you are trying to open a file that's not there - check the path and filenames you are giving.

hi,
ImportError: cannot import name 'segyio' from 'segyio' (F:\orange_add_gempy\Orange\Lib\site-packages\segyio_init.py) when i run "from . import _segyio" in open.py.thanks
image