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

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 #533

Open
solo-coder101 opened this issue Aug 30, 2022 · 2 comments

Comments

@solo-coder101
Copy link

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

@Asratum
Copy link

Asratum commented Sep 7, 2022

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.

@caiyund
Copy link

caiyund commented Feb 16, 2023

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

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

3 participants