
Hello, I installed Tkwant package by conda command on Linux: conda create -n env-tkwant python=3.7 conda activate env-tkwant conda install tkwant -c conda-forge The installation was success. But, when i tried to use the function tkwant.manybody.GreenFunction an error has occurred: green = tkwant.manybody.GreenFunction(syst, max(times), occupations) -------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /tmp/ipykernel_43617/232427282.py in <module> ----> 1 green = tkwant.manybody.GreenFunction(syst, max(times), occupations) AttributeError: module 'tkwant.manybody' has no attribute 'GreenFunction' What is happening? What did i wrong? Can someone help me? Thanks.