“级联”在哪里? PyCascading 中定义的对象
令人惊叹的 PyCascading 包的许多 Python 源代码文件都引用了 < code>cascading.someobject 在其标头中。例如
from cascading.tuple import Fields, Tuple, TupleEntry
from cascading.operation.aggregator import *
from cascading.operation.filter import *
(来自 pycascading/helpers.py )
cascading
在哪里定义或安装?
我假设 cascading
是 Cascading 的包装器,但我不知道如何包裹发生(请原谅我对此的陌生)。我检查了 PyPi 和 pip install cascading 返回“未找到匹配的发行版”。
Many of the Python source code files for the amazing PyCascading package have references to cascading.someobject
in their header. E.g.
from cascading.tuple import Fields, Tuple, TupleEntry
from cascading.operation.aggregator import *
from cascading.operation.filter import *
(from pycascading/helpers.py)
Where is cascading
defined or installed?
I assume cascading
is a wrapper to Cascading, but I don't see how the wrapping occurs (forgive my newness to this). I checked PyPi and pip install cascading
returned "No matching distribution found".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论