-
Notifications
You must be signed in to change notification settings - Fork 11
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
missing module for NDBC stations #167
Comments
Hi @carolakaiser, indeed release 0.3.14 was done before the merge of NDBC
|
Hi @tomsail
ModuleNotFoundError: No module named 'ndbc_api' Thank you. |
This is because you are missing this package which is a dependency: https://github.com/djtimca/ndbc-api |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have installed the latest searvey version via pip using Python 3.12
This installs searvey 0.3.14.
When testing the NDBC_data.ipynb, I get a module error:
I verified in the searvey package directory that the module _ndbc_api is missing -- support is appreciated.
The text was updated successfully, but these errors were encountered: