Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ get_libc_version
Function
get_libc_version
fastdeploy/collect_env.py:476–481 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
474
475
476
def
get_libc_version():
477
import
platform
478
479
if
get_platform() !=
"linux"
:
480
return
"N/A"
481
return
"-"
.join(platform.libc_ver())
482
483
484
def
get_pip_packages(run_lambda, patterns=None):
Callers
1
get_env_info
Function · 0.85
Calls
2
get_platform
Function · 0.85
join
Method · 0.80
Tested by
no test coverage detected