TopicNet
TopicNet copied to clipboard
Pip install topicnet leads to error if artm v8 already installed on Windows
However, installation from source (git clone ...
& pip install .
) works
Oops, installation from source also failed. Needed to remove artm
from setup.py first, then pip install .
did the thing
🤔 artm v8 really seems not compatible with topicnet
AttributeError: 'ARTM' object has no attribute 'dump_artm_model'
In short, it must be stated clearly that v8 ARTM is not supported, only v9 or higher)