x-tabdeveloping / topicwizard

Powerful topic model visualization in Python
https://x-tabdeveloping.github.io/topicwizard/
MIT License
96 stars 13 forks source link

fix(pipline.py): TypeError:'type' object is not subscriptable #31

Closed jinnnyang closed 7 months ago

jinnnyang commented 7 months ago

tuple -> Tuple list -> List

x-tabdeveloping commented 7 months ago

Hey @jinnnyang! This error is only there when you use the package with Python 3.8, support for which I'm planning to drop at a certain point. I will merge this now so that folks don't get confused when they are using 3.8, and will be contained in the next release. In the meantime you can try to set up an environment with a newer version of Python.