-
Notifications
You must be signed in to change notification settings - Fork 821
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
train.py导入parl时报错怎么解决 #1120
Comments
hello,请提供你的系统环境信息,python 环境、系统版本、parl版本等 |
我也是这个问题: |
我也遇到了这个问题 default_serialization_context |
pip install -U pyarrow==8.0.0 |
建议官方修改为
|
Traceback (most recent call last):
File "train.py", line 18, in
import parl
File "/home/ljy/.local/lib/python3.8/site-packages/parl/init.py", line 54, in
from parl.remote import remote_class, connect
File "/home/ljy/.local/lib/python3.8/site-packages/parl/remote/init.py", line 19, in
from parl.remote.remote_decorator import *
File "/home/ljy/.local/lib/python3.8/site-packages/parl/remote/remote_decorator.py", line 20, in
from parl.remote.remote_wrapper import RemoteWrapper
File "/home/ljy/.local/lib/python3.8/site-packages/parl/remote/remote_wrapper.py", line 22, in
from parl.remote.communication import loads_argument, loads_return,
File "/home/ljy/.local/lib/python3.8/site-packages/parl/remote/communication.py", line 38, in
context = pyarrow.default_serialization_context()
File "/home/ljy/.local/lib/python3.8/site-packages/pyarrow/init.py", line 316, in getattr
raise AttributeError(
AttributeError: module 'pyarrow' has no attribute 'default_serialization_context'
The text was updated successfully, but these errors were encountered: