You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PipelineServicer] succ init
Process Process-1:
Traceback (most recent call last):
File "/ssd2/workspace/libai/python_env/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/ssd2/workspace/libai/python_env/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/ssd2/workspace/libai/python_env/lib/python3.7/site-packages/paddle_serving_server/pipeline/pipeline_server.py", line 121, in _grpc_gateway
proxy_server = cdll.LoadLibrary(lib_path)
File "/ssd2/workspace/libai/python_env/lib/python3.7/ctypes/init.py", line 442, in LoadLibrary
return self._dlltype(name)
File "/ssd2/workspace/libai/python_env/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: dlopen: cannot load any more object with static TLS
The text was updated successfully, but these errors were encountered:
执行 python pipeline_service.py,弹出如下报错
但是 /ssd2/workspace/libai/python_env/lib/python3.7/site-packages/paddle_serving_server/pipeline/gateway/libproxy_server.so 这个so是存在的,求助
Python 版本 3.7.16 (default, Jan 17 2023, 22:20:44)
[PipelineServicer] succ init
Process Process-1:
Traceback (most recent call last):
File "/ssd2/workspace/libai/python_env/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/ssd2/workspace/libai/python_env/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/ssd2/workspace/libai/python_env/lib/python3.7/site-packages/paddle_serving_server/pipeline/pipeline_server.py", line 121, in _grpc_gateway
proxy_server = cdll.LoadLibrary(lib_path)
File "/ssd2/workspace/libai/python_env/lib/python3.7/ctypes/init.py", line 442, in LoadLibrary
return self._dlltype(name)
File "/ssd2/workspace/libai/python_env/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: dlopen: cannot load any more object with static TLS
The text was updated successfully, but these errors were encountered: