[
https://issues.apache.org/jira/browse/LIVY-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17631728#comment-17631728
]
Larry McCay commented on LIVY-795:
----------------------------------
I assume this JIRA can be resolved as fixed now since it was merged, [~xleesf]?
If so, we can do so and set the Fix Version to 0.8.0 and maybe the Target
Version as 0.8.0?
> Can't work with PySpark with Python >= 3.8 due to
> https://bugs.python.org/issue35894
> ------------------------------------------------------------------------------------
>
> Key: LIVY-795
> URL: https://issues.apache.org/jira/browse/LIVY-795
> Project: Livy
> Issue Type: Bug
> Components: REPL
> Affects Versions: 0.7.0
> Environment: EMR 6.1.0
> Reporter: Shiquan Wang
> Priority: Blocker
> Labels: easyfix
> Time Spent: 5h 50m
> Remaining Estimate: 0h
>
>
> When working with PySpark with Python >= 3.8, below error is raised:
> {code:java}
> TypeError: required field "type_ignores" missing from Module{code}
> The error points to code in
> [https://github.com/apache/incubator-livy/blob/4d8a912699683b973eee76d4e91447d769a0cb0d/repl/src/main/resources/fake_shell.py#L223]
>
> The error is caused by an API change in Python 3.8:
> [https://github.com/python/cpython/pull/11645/files] and was reported here
> [https://bugs.python.org/issue35894]
> IPython has faced similar issue:
> [https://github.com/ipython/ipython/issues/11590]
> IPython solved the issue in this PR:
> [https://github.com/ipython/ipython/pull/11593]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)