FPGAwars / apio

:seedling: Open source ecosystem for open FPGA boards
https://github.com/FPGAwars/apio/wiki
GNU General Public License v2.0
772 stars 131 forks source link

apio sim gives `Error: module 'click' has no attribute 'get_terminal_size'` #378

Open qcsui opened 1 month ago

qcsui commented 1 month ago

I think the reference to click is outdated.

click.get_terminal_size() is deprecated and will be removed in 8.1. Use shutil.get_terminal_size instead. 1736 https://github.com/pallets/click/blob/2785712a8cf10820355236201dbb7751e917442f/CHANGES.rst#L142