chromatix

Results 4 issues of chromatix

I saw some issues related to telethon.errors.common.TypeNotFoundError but mine happened during calling download_media() **Traceback** `Traceback (most recent call last): File "telethon-rate-limit.py", line 455, in result = get_message(msg[0], msg[1], msg[2], msg[3])...

It seems that fa2 is not compatible with Python3.9 `ERROR: Command errored out with exit status 1: command: /usr/local/opt/[email protected]/bin/python3.9 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/tb/yb5np6tx5tg852_7ktrz3qy40000gn/T/pip-install-345a9yt5/fa2_127e2c475c0344ff93462856df90b805/setup.py'"'"';...

Hi, your tutorial is very good! I have a question. Let's say I want to build a view for showing data and it's a different view than the dashboard (/dashapp/)...

The `pybasicbayes` doesn't work with new version of `scipy`. You need to change the `from scipy.misc import logsumexp` to `from scipy.special import logsumexp`