Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装 gensim python 库。但是我面临一些依赖错误。我已经通过树冠安装了 schipy 和 numpy。下一步使用 pip install gensim 来获取 gensim 包。但是我收到错误消息。我已经安装了 python 2.7.4。我的机器上安装了 Visual Studio 2010。
谷歌搜索了几分钟后,谢天谢地,我想我找到了解决方案。基本上我在:这里读到了这篇文章。我所做的是重新安装 scipy。之后我从这里安装 libpython 。