geoplotlib icon indicating copy to clipboard operation
geoplotlib copied to clipboard

module 'geoplotlib' has no attribute 'utils'

Open sergey-bershakov opened this issue 4 years ago • 1 comments

Hello Andrea! I try using geoplotlib but getting an error: module 'geoplotlib' has no attribute 'utils'.

import geoplotlib thedata = geoplotlib.utils.read_csv('bus.csv') geoplotlib.dot (thedata) geoplotlib.show ()

Geoplotlib was istalled by 'pip install geoplotlib' successfully. What is my problem? Thank you!

sergey-bershakov avatar Mar 30 '20 08:03 sergey-bershakov