今天重装系统,正巧试了下odoo17的布置,系统配置:
windows 11专业版,python 3.12.3 postgresql postgresql-13.15-1-windows-x64
安装过程中适当调了一下python库版本
# The officially supported versions of the following packages are their
# python3-* equivalent distributed in Ubuntu 22.04 and Debian 11
Babel==2.9.1 # min version = 2.6.0 (Focal with security backports)
chardet==4.0.0
cryptography==3.4.8
decorator==4.4.2
docutils==0.17
ebaysdk==2.1.5
freezegun==1.1.0
geoip2==2.9.0
gevent==21.8.0 ; python_version == '3.10' # (Jammy)
gevent==24.2.1 ; python_version > '3.10'
greenlet==1.1.2 ; python_version == '3.10' # (Jammy)
greenlet==3.0.3 ; python_version > '3.10'
idna==2.10 # requests 2.25.1 depends on idna<3 and >=2.5
Jinja2==3.0.3 ; python_version <= '3.10'
Jin