【Python3】python安装 matrix-synapse[all] 报错’Error: pg_config executable not found‘

执行命令

pip3 install matrix-synapse[all]

错误信息:
【Python3】python安装 matrix-synapse[all] 报错’Error: pg_config executable not found‘

解决办法:

yum install postgresql-devel*

pip3 install psycopg2 -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
上一篇:python3.8与pip3安装


下一篇:python pip3安装出错 以及安装selenium报错--解决方法