jupyter-widgets / ipyleaflet

A Jupyter - Leaflet.js bridge
https://ipyleaflet.readthedocs.io
MIT License
1.48k stars 363 forks source link

AttributeError: module 'ipyleaflet' has no attribute 'Map' #1112

Closed zyang91 closed 1 year ago

zyang91 commented 1 year ago

Python version: 3.8

I wrote a python package that utilizes the ipyleaflet Map class. I utilizes following codes to recall the map class based on ipyleaflet function.

class Map(ipyleaflet.Map)

It passed PTK-test on Ubantu: python 3.9, 3.7, 3.10, 3.11, and worked fine on my local computer. But it failed on Ubantu: python 3.8 I am also try on Mac: Python 3.8, it still not works

Screenshot 2023-04-28 at 15 24 09

Any clues or help will be great Appreciated!

zyang91 commented 1 year ago

https://github.com/zyang91/geomapdemo/actions/runs/4834082901/jobs/8614877279

zyang91 commented 1 year ago

problem solved automatically after re-run