Open ZhendongLiu opened 3 years ago
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 h5py
and Keras
incompatibility: https://github.com/tensorflow/tensorflow/issues/44467. Changing the requirements file to h5py<3.0.0
should resolve it. I'll take a look over the weekend and push an update to pypi if that resolves it, but in the meantime, changing requirements.txt
and installing from source should probably fix it (let me know either way!).
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.
pip install -I h5py==2.10.0
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?