-
Notifications
You must be signed in to change notification settings - Fork 0
troubleshooting
Ludovico Bianchi edited this page Feb 21, 2024
·
2 revisions
GitHub Actions is lacking permissions to create Packages. Enable this by
- Navigate to
Settings > Actions > General
- Scroll to "Workflow permissions"
- Select "Read and write permissions"
Exception ignored in: <function Application.__del__ at 0x7ff33ae95090>
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/traitlets/config/application.py", line 1065, in __del__
File "/usr/lib/python3.10/site-packages/traitlets/config/application.py", line 1054, in close_handlers
File "/usr/lib/python3.10/site-packages/traitlets/traitlets.py", line 687, in __get__
File "/usr/lib/python3.10/site-packages/traitlets/traitlets.py", line 666, in get
TypeError: 'NoneType' object is not callable
This is a known upstream issue coming from the Binder infrastructure (FIXME add link). It seems to have no impact other than the above error message being displayed, so it can be safely ignored.