Closed brkygur closed 8 years ago
Can you give a little more info on how you installed? Which version? Are you using any development branch?
I simply opened the command prompt and typed pip install folium. I reinstalled it today. It is 0.1.6. No I don't think I am using any development branch.
Can you do this,
python -c "import folium; print(dir(folium.Map))"
from the command line and paste the result here.
I have just pasted it on the command prompt (admin). Here are the results
['class', 'delattr', 'dict', 'doc', 'format', 'getattribute', 'hash', 'init', 'module', 'new', 'reduce', 'reduce_ex', 'repr', 'setattr', 'sizeof', 'str', 'subclasshook', 'weakref', '_auto_bounds', '_build_map', '_popup_render', '_reprhtml', 'add_layers_to_map', 'add_tile_layer', 'add_wms_layer', 'circle_marker', 'click_for_marker', 'create_map', 'fit_bounds', 'geo_json', 'image_overlay', 'lat_lng_popover', 'line', 'multiline', 'polygon_marker', 'simple_marker']
OK. Folium is installed properly and it is working.
I see that you are using spyder, right? That might be clobbering the folium module. Since I don't use it I cannot help you there.... Sorry.
Please open an issue at the spyder project and let us know what they have to say about this.
Hello all, I have installed folium through pip install and I've been trying to produce a choropleth map with it. I'm using python (x,y) with spyder IDE and had no problems with opening maps. Today it's been giving this error code.
This is the code I have been using.
Here is the rest of the error code in case it is also needed.
Thank you beforehand, Berkay Gür