error with import pydaymet #18
Answered
by
cheginit
bebel-usgs
asked this question in
Q&A
-
I'm getting an error when I import pydaymet: I got this after updating to the most recent version (using Conda) Any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
cheginit
Dec 14, 2022
Replies: 1 comment 7 replies
-
I just tested importing |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
cheginit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tested importing
pydaymet
in a fresh environment, and it doesn't have any issue. I am guessing that there are some incompatibility issues with other packages. Please show the output ofimport pygeoogc as ogc; ogc.show_versions()
in addition to a full trace back of the error that you get.