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
Hi. For some methods, PyMove requires folium version >=0.10.1. It is pinned in the requirements, so it should update when installing PyMove. If not, try using:
pip install -U folium'>=0.10.1'
If you are using it on Google Colab, I believe it has the version 0.8.3. After installing PyMove or updating folium, restarting the environment should do it.
Hi,
I'm just trying out PyMove because it seems like it could bring a lot to my current project.
But I can't get any folium functionality to work, though.
Here's an extract of what I'm doing:
Or if I just try to plot the bounding box, I get a different error.
I'm using python version 3.7,
PyMove
version 3.0.0, andfolium
version 0.8.3The text was updated successfully, but these errors were encountered: