1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | [root@pg1 Python-3.6.10] # yum install postgresql14-contrib Loaded plugins: langpacks, product- id , search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Resolving Dependencies --> Running transaction check ---> Package postgresql14-contrib.x86_64 0:14.10-1PGDG.rhel7 will be installed --> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: postgresql14-contrib-14.10-1PGDG.rhel7.x86_64 --> Finished Dependency Resolution Error: Package: postgresql14-contrib-14.10-1PGDG.rhel7.x86_64 (pgdg14) <strong> Requires: libpython3.6m.so.1.0()(64bit)< /strong > You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest [root@pg1 Python-3.6.10] # python --version Python 2.7.5 [root@pg1 Python-3.6.10] # python3 --version bash : python3: command not found... Similar command is: 'python' [root@pg1 Python-3.6.10] # ln -s /usr/local/python3/bin/python3.6 /usr/bin/python3 [root@pg1 Python-3.6.10] # /usr/bin/python3 --versin Unknown option: -- usage: /usr/bin/python3 [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information. [root@pg1 Python-3.6.10] # /usr/bin/python3 -V Python 3.6.10 [root@pg1 Python-3.6.10] # ln -s /usr/local/python3/bin/pip3 /usr/bin/pip3 [root@pg1 Python-3.6.10] # python3 --version Python 3.6.10 [root@pg1 Python-3.6.10] # pip3 --version pip 18.1 from /usr/local/python3/lib/python3 .6 /site-packages/pip (python 3.6) [root@pg1 Python-3.6.10] # find / |grep libpython3.6m.so |
· 使用C#创建一个MCP客户端
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 按钮权限的设计及实现