Describe the bug
I was trying to run tardis with memory profiler but I am getting an error.
Traceback (most recent call last):
File "/home/charon/coding/random/profilers-test/memray/test1-without-changes/main.py", line 1, in <module>
from tardis import run_tardis
File "/home/charon/.local/lib/python3.10/site-packages/tardis/__init__.py", line 33, in <module>
gi.require_version('GooCanvas', '2.0')
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GooCanvas not available
Describe the bug I was trying to run tardis with memory profiler but I am getting an error.
To Reproduce
I ran this main.py file with scalene and I am getting an error. Here is
python3.10/site-packages/tardis/__init__.py
: https://paste.opensuse.org/pastes/6affe585fbdbScreenshots
System
OS:
Environment (
conda list
):Additional context