[
https://issues.apache.org/jira/browse/BEAM-9324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148118#comment-17148118
]
Yu Feng commented on BEAM-9324:
-------------------------------
Hi, I am setting up a local apache beam environment and run into this error.
If Cython must be removed how do we set up a development environment?
Apparently compiling beam requires cython. (when I ran python setup.py build,
cython was called).
> Python SDK Incompatibility with Cython
> --------------------------------------
>
> Key: BEAM-9324
> URL: https://issues.apache.org/jira/browse/BEAM-9324
> Project: Beam
> Issue Type: Bug
> Components: beam-community, beam-model, examples-python,
> runner-core, sdk-py-core
> Affects Versions: 2.19.0
> Reporter: Tommy Yong
> Priority: P3
>
> When executing a sample apache beam pipeline, the following error appears:
> {code:java}
> TypeError: Receiver() takes no argument
> {code}
> Full-stack trace:
> [https://stackoverflow.com/questions/60052098/apache-beam-on-python-typeerror-receiver-takes-no-arguments/60058770?noredirect=1#comment106234439_60058770]
> The error appears to come from Cython packages/modules. However, after
> uninstalling Cython, the error goes away. Appears to have some sort of
> incompatibility with Cython.
> {{}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)