You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where basin is a GeoDataFrame created from HUC 05 in Watershel Boundary Dataset. But looking at the log below, it only has a bounding box so you can put that to test.
And I got multiple warning like this from all workers:
No data is returned from it, and the python call errors out. If you have experienced it let me know. I'm using the copernicus data, and I have my account info into the rc file.
I did install the library using pip install -e . not conda, so that could be something different. And I saw in the readme that the "support pip" is not checked out.
Is this something that you guys have seen before? And is this the reason the pip install is not ticked? Meaning, I should use conda. I don't use conda on anything, so if you guys want to make it work with pip, and there are issues, I can help with trying to figure that out as well.
But this looks like an issue of calling functions with different type parameter. Not an issue that's from pip vs conda (unless there is different versions of libraries causing issues). Only int in that args is index at the end, and the error could mean that the library was supposed to send a string or path there. The API changed? or the worker function changed and they are out of sync with the library function calling it. So, I made this issue.
The text was updated successfully, but these errors were encountered:
Hello.
I tried to use the library, the idea seems really nice. But I couldn't make it run.
What I tried was a simple example:
Where basin is a GeoDataFrame created from HUC 05 in Watershel Boundary Dataset. But looking at the log below, it only has a bounding box so you can put that to test.
And I got multiple warning like this from all workers:
No data is returned from it, and the python call errors out. If you have experienced it let me know. I'm using the copernicus data, and I have my account info into the rc file.
I did install the library using
pip install -e .
not conda, so that could be something different. And I saw in the readme that the "support pip" is not checked out.Is this something that you guys have seen before? And is this the reason the pip install is not ticked? Meaning, I should use conda. I don't use conda on anything, so if you guys want to make it work with pip, and there are issues, I can help with trying to figure that out as well.
But this looks like an issue of calling functions with different type parameter. Not an issue that's from pip vs conda (unless there is different versions of libraries causing issues). Only
int
in thatargs
isindex
at the end, and the error could mean that the library was supposed to send a string or path there. The API changed? or the worker function changed and they are out of sync with the library function calling it. So, I made this issue.The text was updated successfully, but these errors were encountered: