
私はPython初心者で、'whither'モジュールを少し使用しています。 を実行したところpip install --user whither
、正常にインストールされました(pipによると)。しかし、Pythonインタープリタではimport whither
、
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'whither'
他に何かする必要はありますか?
私はPython 3.8.4を使用しています。
ありがとう!