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
please can you help me I want to read segy header and using your code, but
from segysak.segy import get_segy_texthead
it does not work and it give me
ImportError: cannot import name 'split_when' from 'more_itertools' (/Users/karimcherouana/opt/anaconda3/lib/python3.7/site-packages/more_itertools/init.py)
Please create new issues, your question was not related to the issue you posted in.
ImportError means you are missing Python modules from your installation. Did you install segysak using pip, because this will resolve all the dependencies. If you are doing a manual install then for each import error you will need to find and install the correct packages. Your error specifically relates to the more-itertools package.
please can you help me I want to read segy header and using your code, but
from segysak.segy import get_segy_texthead
it does not work and it give me
ImportError: cannot import name 'split_when' from 'more_itertools' (/Users/karimcherouana/opt/anaconda3/lib/python3.7/site-packages/more_itertools/init.py)
Originally posted by @ckarim2 in #68 (comment)
The text was updated successfully, but these errors were encountered: