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

dependencies import error - more_itertools #101

Closed
trhallam opened this issue Jun 29, 2021 · 1 comment
Closed

dependencies import error - more_itertools #101

trhallam opened this issue Jun 29, 2021 · 1 comment

Comments

@trhallam
Copy link
Owner

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)

@trhallam
Copy link
Owner Author

@ckarim2

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.

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

1 participant