- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试导入 apache beam 时,出现以下错误。
>>> import apache_beam
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/toor/pfff/local/lib/python2.7/site-packages/apache_beam/__init__.py", line 78, in <module>
from apache_beam import io
File "/home/toor/pfff/local/lib/python2.7/site-packages/apache_beam/io/__init__.py", line 21, in <module>
...
from apitools.base.protorpclite import messages
File "/home/toor/pfff/local/lib/python2.7/site-packages/apitools/base/protorpclite/messages.py", line 1165, in <module>
class Field(six.with_metaclass(_FieldMeta, object)):
TypeError: Error when calling the metaclass bases
metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
pip install google-cloud-dataflow
>>> pip freeze
apache-beam==2.1.0
avro==1.8.2
cachetools==2.0.1
certifi==2017.7.27.1
chardet==3.0.4
crcmod==1.7
dill==0.2.6
enum34==1.1.6
funcsigs==1.0.2
future==0.16.0
futures==3.1.1
gapic-google-cloud-pubsub-v1==0.15.4
google-apitools==0.5.11
google-auth==1.1.0
google-auth-httplib2==0.0.2
google-cloud-bigquery==0.25.0
google-cloud-core==0.25.0
google-cloud-dataflow==2.1.0
google-cloud-pubsub==0.26.0
google-gax==0.15.15
googleapis-common-protos==1.5.2
googledatastore==7.0.1
grpc-google-iam-v1==0.11.3
grpcio==1.6.0
httplib2==0.9.2
idna==2.6
mock==2.0.0
oauth2client==3.0.0
pbr==3.1.1
pkg-resources==0.0.0
ply==3.8
proto-google-cloud-datastore-v1==0.90.4
proto-google-cloud-pubsub-v1==0.15.4
protobuf==3.3.0
pyasn1==0.3.5
pyasn1-modules==0.1.4
PyYAML==3.12
requests==2.18.4
rsa==3.4.2
six==1.11.0
urllib3==1.22
最佳答案
将 6 降级到 1.10.0 版
pip install six==1.10.0
关于python-2.7 - 导入 apache_beam 元类冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46300173/
我尝试运行 Beam Python-SDK 示例,但在读取输入时遇到问题。 https://cwiki.apache.org/confluence/display/BEAM/Usage+Guide#U
当我尝试导入 apache beam 时,出现以下错误。 >>> import apache_beam Traceback (most recent call last): File "", li
如果有人能帮助我为 apache_beam (2.13.0) 编写 Java 代码,我将不胜感激。 在python中,您可以使用Map函数的一对一映射动态添加字段。 p> 代码 #!/usr/bin/
我已经在 Docker 中安装了 apache_beam Python SDK 和 apache airflow Python SDK。Python版本:3.5 Apache Airflow :1.1
我已经通过 pip install --upgrade apache_beam[gcp] 升级到最新的 apache_beam[gcp] 包。但是,我注意到 Reshuffle()没有出现在 [gcp
我正在构建 Apache Beam 管道,但在尝试导入管道选项时遇到了 AttributeError。 我正在使用 python3.6 在干净的虚拟环境中的 Ubuntu 服务器上进行测试 步骤: v
我有一个 App Engine 应用程序,它打破了我的习惯 import apache_beam 我可以确认依赖项已安装在应用程序运行的虚拟环境中。从下面的堆栈跟踪来看,它似乎出于某种原因尝试访问/d
我想将 csv 文件读入 apache beam 应用程序中的列表,其中列表中的每个元素都是元组或列表(并不重要),这样我就可以得到 csv 1,2,3 4,5,6 成为 [(1,2,3) , (4,
当我远程运行数据管道时,会引发 PicklingError:数据管道是使用适用于 Python 的 Beam SDK 编写的,并且我在 Google Cloud Dataflow 之上运行它。当我在本
我是一名优秀的程序员,十分优秀!