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.
我是雅虎新手!管道,我创建了一个稍微改变雅虎 RSS 源的管道。我想让这个动态并在 2000 个 RSS 提要上执行这个管道,因此偶然发现了 pipe2py (https://github.com/ggaughan/pipe2py)。但是,我不明白创建使用 pipe2py 的环境的说明。我知道我必须为 pipe2py 导入一个模块,但是每次我按照指示进行操作时都会被告知“没有名为 pipe2py 的模块”
有没有人遇到过这个问题,或者现在如何解决它?
我最近setup.py为 pipe2py 添加了一个文件,因此您应该能够:
setup.py
python setup.py install
将其安装到您的 Python 环境中。
或者,您可以使用以下命令直接下载并安装它:
pip install pipe2py