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
Note I added missing matplotlib and seaborn packages as well
After opening api_example.ipynb and running the second cell, I have the following error which indicates incompatibility with pandas
AttributeError: Can't get attribute '_unpickle_block' on <module 'pandas._libs.internals' from '/home/fatemah/.local/lib/python3.8/site-packages/pandas/_libs/internals.cpython-38-x86_64-linux-gnu.so'>****
How can I overcome the problem?
The text was updated successfully, but these errors were encountered:
Hi @harshays @kristian-georgiev
When I wanted to install project I faced some issues, When I run
I get the following errors
I've tried python 3.8, 3.9, 3.10 and 3.11 and I've got similar and many errors but for different packages
Then I decided to change requirements.txt to
Note I added missing
matplotlib
andseaborn
packages as wellAfter opening api_example.ipynb and running the second cell, I have the following error which indicates incompatibility with pandas
How can I overcome the problem?
The text was updated successfully, but these errors were encountered: