You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running into an issue with this change, as per: https://docs.python.org/3/library/glob.html#glob.iglob the include_hidden parameter was added in python 3.11, we are unable to run /learn with any wildcards on python 3.10
Reproduce
/learn *.py
Expected behavior
Runs through all files in directory
Context
Python 3.10, jup-ai 2.25.0
Error: iglob() got an unexpected keyword argument 'include_hidden'
The text was updated successfully, but these errors were encountered:
Description
https://github.com/jupyterlab/jupyter-ai/pull/989/files
We are running into an issue with this change, as per: https://docs.python.org/3/library/glob.html#glob.iglob the
include_hidden
parameter was added in python 3.11, we are unable to run /learn with any wildcards on python 3.10Reproduce
/learn *.py
Expected behavior
Runs through all files in directory
Context
Python 3.10, jup-ai 2.25.0
Error:
iglob() got an unexpected keyword argument 'include_hidden'
The text was updated successfully, but these errors were encountered: