Closed mailinglists35 closed 1 year ago
Replace
Import collections
to
Import collections.abc as collections
on every python file that you encounter this error.
The dependency IntervalTree has been updated , and that fixes this issue. There is also a requirements.txt file now, so no need to install via this script now! I'll update the documentation on the wiki later.
^ here I hit the "fatal error: 'libintl.h' file not found" issue, solved by linking /usr/local/include/libintl.h into /Users/user/Downloads/mac_apt/env/include/ then I stumbled into missing libclocale_support.c which I solved by manually compiling from github