Abacn commented on issue #24531:
URL: https://github.com/apache/beam/issues/24531#issuecomment-1341323800
Error message:
```
RuntimeError: Traceback (most recent call last):
File
"/usr/local/lib/python3.10/site-packages/apache_beam/internal/dill_pickler.py",
line 285, in loads
return dill.loads(s)
File "/usr/local/lib/python3.10/site-packages/dill/_dill.py", line 275, in
loads
return load(file, ignore, **kwds)
File "/usr/local/lib/python3.10/site-packages/dill/_dill.py", line 270, in
load
return Unpickler(file, ignore=ignore, **kwds).load()
File "/usr/local/lib/python3.10/site-packages/dill/_dill.py", line 472, in
load
obj = StockUnpickler.load(self)
File "/usr/local/lib/python3.10/site-packages/dill/_dill.py", line 462, in
find_class
return StockUnpickler.find_class(self, module, name)
AttributeError: Can't get attribute '_NoDefault' on <module
'pandas._libs.lib' from
'/usr/local/lib/python3.10/site-packages/pandas/_libs/lib.cpython-310-x86_64-linux-gnu.so'>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]