geomagpy / magpy

MagPy (or GeomagPy) is a Python package for analysing and displaying geomagnetic data.
BSD 3-Clause "New" or "Revised" License
45 stars 27 forks source link

AttributeError: 'StatusBar' object has no attribute 'set_function' on Windows #104

Open stephanbracke opened 3 years ago

stephanbracke commented 3 years ago

When installing magpy on windows 10 via the magpy-1.0.0.exe on the ZAMG website. It installs

When launching geomag there is an event that causes an attribute error in order to update the statebar with x,y coordinates. This is due to the version of matplotlib by upgrading with pip install matplotlib==3.4.2 this issue dissapears but needs to be embedded in the .exe that is distributed