1. 硬件获取渠道及型号: J6E 供应商购买
2. 系统镜像版本: 0930
3. 问题模块: BSP编译
4,问题描述:
用0930的基线代码和docker镜像,编译时报错:

编译操作:
1,source envsetup.sh lunch : 选1
2,bddisk
编译报错如下:
Python3 virtual environment is NOT properly set up!
然后执行bash install_host_deps.sh脚本
最后报错:
ERROR: cannot install -r build_tools/hobot_tools/requirements.txt (line 12) and cryptography==40.0.2 beecause these package versions have conflicting dependencies.
The conflict is caused by:
The user requested cryptography==40.0.2
pyopenssl 24.2.1 depends on cryptography= 41.0.5
编译主机用的:win10下的WSL2安装的ubuntu 22.04
