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
I had to install the following packages to make icanexplai work for me, which were required by the ibis module
- pyarrow~=18.0.0
- pyarrow_hotfix~=0.6
I encounter this in Win10 with Python 3.12.3 and in Linux (WSL) with Python 3.11.10.
I can't say whether this is an individual problem or a general one. But I thought I should let you know in case you want to check.
I had to install the following packages to make
icanexplai
work for me, which were required by theibis
moduleI encounter this in Win10 with Python 3.12.3 and in Linux (WSL) with Python 3.11.10.
I can't say whether this is an individual problem or a general one. But I thought I should let you know in case you want to check.
Using
icanexplain==0.3.0
.Possible fix
Change this Line:
icanexplain/pyproject.toml
Line 10 in 2b5b173
to this:
According to this file, it would install the missing modules.
How to reproduce
pip install icanexplai==0.3.0
Traceback
The text was updated successfully, but these errors were encountered: