Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
qcsui opened this issue May 2, 2024 · 1 comment
Closed

Comments

@qcsui
Copy link

qcsui commented May 2, 2024

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

@zapta
Copy link
Collaborator

zapta commented Sep 4, 2024

@Obijuan. Seems to be fixed. All references to get_terminal_size() I could find use shutil. Can be closed.

@Obijuan Obijuan closed this as completed Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants