yunjunz / MintPy

Miami InSAR Time-series software
https://mintpy.readthedocs.io/
Other
11 stars 5 forks source link

matplotlib: AttributeError: module `unicodedata2` has no attribute `ucnhash_CAPI` #4

Closed yunjunz closed 2 years ago

yunjunz commented 2 years ago

Description of the problem

An error occurred on my Mac while running test_smallbaselineApp.py with the freshly installed conda environment. This error did not occur during the circle CI testing and also will disappear if I set a matplotlib <3.5 constrain.

I wrote here for bookkeeping, as I can not robustly re-produce the error.

Here are some relevant posts:

Full script that generated the error

$MINTPY_HOME/tests/test_smallbaselineApp.py --dset FernandinaSenDT128

Full error message

Screen Shot 2021-11-21 at 6 09 52 PM

System information

yunjunz commented 2 years ago

The issue has been fixed in the upstream of matplotlib.