我正在尝试使用Python-Goose extractor。我安装了 virtualenv,并按照设置说明进行操作。从 PyCharm 运行时,一切正常。
但是从 Windows 命令提示符运行时,我收到此错误:
C:\Users\tal>C:\virtual_enviroments\goose_venv\Scripts\activate
(goose_venv) C:\Users\tal>cd C:\main\prototypes\collection\goose-cli\app
(goose_venv) C:\main\prototypes\collection\goose-cli\app>extract-new-events.py
Traceback (most recent call last):
File "C:\main\prototypes\collection\goose-cli\app\extract-new-events.py", line 1, in <module>
from goose import Goose
ImportError: No module named goose
我在这里做错了什么?
这是它在 PyCharm (大)中工作的图像: