piku
piku copied to clipboard
Apparent issue with click 8.x
Traceback (most recent call last):
[7](https://github.com/piku/piku/runs/5801674133?check_suite_focus=true#step:5:7)
File "piku.py", line 1113, in <module>
[8](https://github.com/piku/piku/runs/5801674133?check_suite_focus=true#step:5:8)
@piku.resultcallback()
[9](https://github.com/piku/piku/runs/5801674133?check_suite_focus=true#step:5:9)
AttributeError: 'Group' object has no attribute 'resultcallback'
Need to investigate this further since we have been relying on OS packages (which seem to be 7.x only)
This issue is stale because it has been open for 90 days with no activity.
I'm seeing the following error message when depending on click 8.0.3, and I suspect that it's related. Drafting a PR now.
$ ./piku.py
./piku.py:1113: DeprecationWarning: 'resultcallback' has been renamed to 'result_callback'. The old name will be removed in Click 8.1.
@piku.resultcallback()
https://github.com/piku/piku/pull/247
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.
Reopening this even though the PR is closed, because I suspect it will come up again with newer versions…
Version 8.1 dropped support for Python 3.6 in March 2022. https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.