Closed ulf1 closed 1 year ago
Hi, thanks for the feedback. For me it was not possible to replicate this issue in google colab. !pip install TSInterpret works fine with python 3.9 for me. Can you maybe give a few more details (e.g., Python version, GPU/ CPU ) ?
Thank a lot in advance. Best Jacqueline
!pip install TSInterpret
https://colab.research.google.com/drive/1cq-Ku9Owbkf76RExVEuZS0gIedSKGhgu?usp=sharing
it works with
!git clone https://github.com/fzi-forschungszentrum-informatik/TSInterpret.git
!cd TSInterpret && pip install -e .
but this isn't great as many people consider tools like Colab to tinker with new tools.
For Completeness:
Issue also occurs when installing TSInterpret in python 3.7. due to deprecation of sklearn. Can currently not be solved for python 3.7. due to dependencies of used packages (e.g., mkdocs relies on sklearn).
Preferably use python >= 3.9. .
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior. Also State the OS and the versions you are using.
run in a Colab notebook
Additional context Add any other context about the problem here.