关于你提到的python3-config: command not found错误,可以按照以下步骤进行排查和解决: 确认python3-config命令是否存在于系统中: 在终端中输入以下命令来检查python3-config是否存在: bash which python3-config 或者 bash command -v python3-config 如果系统返回了python3-config的路径,说明该命令存在;如果返回了...
Processing ./mysqlclient-2.0.1.tar.gz Complete output fromcommandpython setup.py egg_info: /bin/sh: mysql_config:commandnot found /bin/sh: mariadb_config:commandnot found /bin/sh: mysql_config:commandnot found Traceback(most recent call last): File"<string>", line1,in<module>File"/tmp...
则先安装postgresql-devel* yum install postgresql-devel* 再安装 pip3 install psycopg2 异常: Collecti...
Command: buildozer android debug deploy run Spec file: [app] # (str) Title of your application title = mTag DEV # (str) Package name package.name = mtag_dev # (str) Package domain (needed for android/ios packaging) package.domain = dev.engrenage # (str) Source code where the main.py...
EnvironmentError: mysql_config not found---ERROR: Command errored out with exit status1: python setup.py egg_info Check the logsforfull command output. 解决办法: sudoapt-getinstalllibmysqlclient-dev 然后进入mysql_config的路径(/usr/bin/mysql_config) sudoupdatedb...
The standard command to install opencv is pip install opencv-contrib-python but don’t immediately run this (!) as it will try to install the latest versio of OpenCV, which is not always fully functional on the Raspberry Pi. Furthermore, the installation may take a very long time. Therefor...
Installing collected packages: pyyaml, keras-applications, keras Attempting uninstall: keras Found existing installation: keras 2.9.0 Uninstalling keras-2.9.0: Successfully uninstalled keras-2.9.0 Successfully installed keras-2.3.1 keras-applications-1.0.8 pyyaml-6.0 ...
pip install mysqlclient-2.0.1.tar.gz``` 报错 Processing ./mysqlclient-2.0.1.tar.gz Complete output from command python setup.py egg_info: /bin/sh: mysql_config: command not found /bin/sh: mariadb_config: command not found /bin/sh: mysql_config: command not found Traceback (most rece...