Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't seem to load the co_stacksize extension #38

Open
qinlz-1 opened this issue Nov 2, 2021 · 0 comments
Open

Can't seem to load the co_stacksize extension #38

qinlz-1 opened this issue Nov 2, 2021 · 0 comments

Comments

@qinlz-1
Copy link

qinlz-1 commented Nov 2, 2021

import pyspark
File "/usr/lib/python2.7/site-packages/pyspark/init.py", line 51, in
from pyspark.context import SparkContext
File "/usr/lib/python2.7/site-packages/pyspark/context.py", line 31, in
from pyspark import accumulators
File "/usr/lib/python2.7/site-packages/pyspark/accumulators.py", line 97, in
from pyspark.serializers import read_int, PickleSerializer
File "/usr/lib/python2.7/site-packages/pyspark/serializers.py", line 72, in
from pyspark import cloudpickle
File "/usr/lib/python2.7/site-packages/pyspark/cloudpickle.py", line 145, in
_cell_set_template_code = _make_cell_set_template_code()
File "/usr/lib/python2.7/site-packages/pyspark/cloudpickle.py", line 109, in _make_cell_set_template_code
return types.CodeType(
AttributeError: 'tablecode' object has no attribute 'co_stacksize'

@qinlz-1 qinlz-1 changed the title Can't seem to load the co_STACKsize extension Can't seem to load the co_stacksize extension Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant