“MacOS上的Python3中没有名为'stem'的模块

时间:2017-11-14 15:46:05

标签: python tor stem

为noob问题道歉。 我正在尝试运行一个使用stem模块的脚本。但是,每当我运行它时,我都会收到警告“ModuleNotFoundError:没有名为'stem'的模块”

即使我在终端中使用Python3,这个问题也只是简单地尝试:

In [1]: import stem
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-e9a7ebd02e09> in <module>()
----> 1 import stem

ModuleNotFoundError: No module named 'stem'

为什么会这样? 我正在使用macOS 10.12.6。我也通过终端进口干线。

2 个答案:

答案 0 :(得分:0)

尝试下面的代码

pip3 install stem

答案 1 :(得分:0)

运行以解决该问题:

MessageBox.Show("Welcom "+query.FirstOrDefault().Firstname);