本文主要是介绍note: This is an issue with the package mentioned above, not pip. hint: See above for details.,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
## 开发者安装教程
1. 创建 `odoo16` 版本的根路径
2. 在根路径 git clone odoo 源代码
git clone https://github.com/odoo/odoo.git --depth 1 --branch 16.0 --single-branch src
3. 安装 `Odoo` 需要的依赖
cd src
pip install -r requirements.txt -i https://pypi.doubanio.com/simple
4. Visual Studio Code 开发 Odoo 配置,[参考链接](https://my.oschina.net/u/138005/blog/1571371)
5. PyCharm 开发 Odoo 配置,待补充
## 各种报错(deepin20.8环境):
1. ModuleNotFoundError: No module named 'psycopg2' ,请先安装:
pip install psycopg2-binary
2. note: This is an issue with the package mentioned above, not pip. hint: See above for details.
以上两个问题出现的原因是,python版本问题,安装python3.9即可,[参考链接](https://mp.csdn.net/mp_blog/creation/success/128248081)
## 使用声明
1. 本项目暂供学习交流使用,在 `未声明不得用于商业用途前` 可以商用。
这篇关于note: This is an issue with the package mentioned above, not pip. hint: See above for details.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!