-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't import wodnc #37
Comments
I think it didn't install at all - perhaps an issue at the pip install side of things which I know nothing about! |
Hi @BecCowley, sorry for the super slow reply here - can you show me the result of your
and then all should be well. Let me know if not? |
Hi @BillMills - I understand now! aiobotocore==2.5.4 I ended up adding the code to my forked version and made my own branch. I've made some improvements (or created new bugs?). |
right, the Great, I'd love to see what you were working on! I generally get the best results from a fork-and-pull workflow:
Not the only way to do it, but that keeps things nice and tidy and is how I manage my other projects, let me know any questions. |
OK - I did stuff around a bit with the branch in the iquod repo. I wasn't sure if it could be just deleted? I'll do a PR now from my fork to iquod's main. |
Hello, just tacking on my recent experience. I installed the 2.0 release in a conda environment, by cloning the repo and following the steps:
However, I then got errors related to HDF5, and then netCDF4 complained about not having a path variable. So I ran the following sequence to get everything up and running:
|
@BillMills Maybe a bug, maybe something I've done wrong, but getting the following when trying to import the wodnc from wodpy:
from wodpy import wodnc
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/code.py", line 90, in runcode
exec(code, self.locals)
File "", line 1, in
ImportError: cannot import name 'wodnc' from 'wodpy' (/Users/xxx/venvs/iquod/lib/python3.8/site-packages/wodpy/init.py)
Tried in python3.8 and 3.10
Any help appreciated!
The text was updated successfully, but these errors were encountered: