-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
@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!
Reactions are currently unavailable