-
Notifications
You must be signed in to change notification settings - Fork 97
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
error when initializing the Geoparser #87
Comments
It look like the error is coming from trying to decode a string that's already decoded (Stackoverflow link). Mordecai only works with Python 3, so you shouldn't have to do any string encoding/decoding. |
@ahalterman I am having the same issue as @ZhendongLiu while using python 3.7. Any idea what could be going on here? Or how to fix it? |
This looks like a And @ZhendongLiu, I missed that you were using 3.6 already. Sorry about that. |
As a workaround I installed an earlier version of h5py after installin mordecai from pip.
The eiffel tower example works fine now. |
Hi
I get the following error when initializing the Geoparser:
do you have any idea what's going on?
The text was updated successfully, but these errors were encountered: