电子说
sudo apt-get remove python3-apt
sudo apt-get install python3-apt
鸿蒙开发指导文档:[qr23.cn/FBD4cY
]。
现象描述
编译构建过程中出现以下错误:
-bash: /usr/bin/python: No such file or directory
可能原因1
没有装python。
解决办法
请使用如下命令安装Python,下方以Python3.8为例。
sudo apt-get install python3.8
可能原因2
usr/bin目录下没有python软链接
解决办法
请运行以下命令添加软链接:
# cd /usr/bin/
# which python3
# ln -s /usr/local/bin/python3 python
# python --version
例:
sudo apt-get install python3.8
configure: error: no acceptable C compiler found in $PATH. See 'config.log' for more details
-bash: make: command not found
ModuleNotFoundError:No module named ‘_ctypes’
ModuleNotFoundError: No module named 'Crypto'
ModuleNotFoundError:No module named 'ecdsa'
Could not find a version that satisfies the requirement six >=1.9.0
riscv32-unknown-elf-ld: cannot find -lgcc
~/gcc_riscv32/bin/:/data/toolchain/
~/gcc_riscv32/bin:/data/toolchain/
HarmonyOS与OpenHarmony鸿蒙文档籽料:mau123789是v直接拿
subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned non-zero exit status 1.
审核编辑 黄宇
全部0条评论
快来发表一下你的评论吧 !