执行命令

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

相关文章:

  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
猜你喜欢
  • 2021-08-21
  • 2021-11-01
  • 2021-09-20
  • 2022-12-23
  • 2021-07-07
  • 2022-02-22
相关资源
相似解决方案