简体   繁体   English

没有名为“gsdmm”的模块-主题建模

[英]No module named 'gsdmm'-topic modelling

I have problems to work with GSDMM model of topic modelling dedicated for short text.我在使用专门用于短文本的主题建模的 GSDMM model 时遇到问题。 I followed this link to install it: https://towardsdatascience.com/gsdmm-topic-modeling-for-social-media-posts-and-reviews-8726489dc52f .我按照这个链接安装它: https://towardsdatascience.com/gsdmm-topic-modeling-for-social-media-posts-and-reviews-8726489dc52f but it didn't work.但它没有用。 I also installed the model using the following command: pip install GPyM-TM ( https://pypi.org/project/GPyM-TM/ ) but nothing works.我还使用以下命令安装了 model:pip install GPyM-TM ( https://pypi.org/project/GPyM-TM/GPyM-TM ) I got the following error: ModuleNotFoundError: No module named 'gsdmm' any help?我收到以下错误:ModuleNotFoundError: No module named 'gsdmm' 有什么帮助吗? thank you谢谢你

python3 setup.py install --user python3 setup.py 安装 --user

without the "--user", I have a message that says that I do not have write access to this directory and when I add the "--user", the package was installed and it works没有“--user”,我有一条消息说我没有对该目录的写访问权限,当我添加“--user”时,package 已安装并且可以正常工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM