Skip to content

troubleshooting

Ludovico Bianchi edited this page Feb 21, 2024 · 2 revisions

denied: installation not allowed to Create organization package

GitHub Actions is lacking permissions to create Packages. Enable this by

  1. Navigate to Settings > Actions > General
  2. Scroll to "Workflow permissions"
  3. Select "Read and write permissions"

image

TypeError: 'NoneType' object is not callable in Binder log

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.