jakobrunge / tigramite

Tigramite is a python package for causal inference with a focus on time series data. The Tigramite documentation is at
https://jakobrunge.github.io/tigramite/
GNU General Public License v3.0
1.3k stars 274 forks source link

tigramite issue #401

Open Akshayksagar opened 6 months ago

Akshayksagar commented 6 months ago

while running the tigramite, following issue occurs. Also numba is creating the problem. I have python 3.9 and all the dependecies are fulfilled Screenshot (236)

liziyue17 commented 6 months ago

Same with Python 3.8 image

tudor-suciu commented 6 months ago

Hi both @Akshayksagar @liziyue17,

I had the same problem when I tried to install tigramite, both on python3.10 and python3.7. This is what I managed to do to fix the installation, maybe it helps you too:

Initially, I created a conda environment and installed tigramite from source (cloned the repo) using python3 setup.py install. This created my the same problem with importing the numba as yours:

What I have done to fix this:

Screenshot 2024-03-27 at 15 39 13

Hope this works for you as well!

@jakobrunge, many thanks for the package!