Rumah  >  Soal Jawab  >  teks badan

Bantu saya menyelesaikan ralat mysqlcient


pip pasang mysqlcient

Collecting mysqlclient
  Using cached mysqlclient-2.1.1.tar.gz (88 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [16 lines of output]
      /bin/sh: 1: mysql_config: not found
      /bin/sh: 1: mariadb_config: not found
      /bin/sh: 1: mysql_config: not found
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-k_urbzi_/mysqlclient_beba1330b6804b2990fa74f56f11c3f5/setup.py", line 15, in <module>
          metadata, options = get_config()
        File "/tmp/pip-install-k_urbzi_/mysqlclient_beba1330b6804b2990fa74f56f11c3f5/setup_posix.py", line 70, in get_config
          libs = mysql_config("libs")
        File "/tmp/pip-install-k_urbzi_/mysqlclient_beba1330b6804b2990fa74f56f11c3f5/setup_posix.py", line 31, in mysql_config
          raise OSError("{} not found".format(_mysql_config_path))
      OSError: mysql_config not found
      mysql_config --version
      mariadb_config --version
      mysql_config --libs
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Tolong bantu saya membetulkan ralat.

python-V

Python 3.9.2

Senarai mata

Versi pakej


Mata 22.3 pkg_resource 0.0.0 Alat pemasangan 65.5.0

P粉207483087P粉207483087374 hari yang lalu655

membalas semua(2)saya akan balas

  • P粉553428780

    P粉5534287802023-11-02 12:35:20

    Terima kasih. Selesai masalah

    Linux Sila ambil perhatian bahawa ini adalah langkah asas. Saya tidak menyokong membina langkah lengkap untuk semua persekitaran. Jika anda melihat beberapa ralat, anda harus membetulkannya sendiri atau mendapatkan sokongan dalam beberapa forum pengguna. Jangan failkan isu pada penjejak isu.

    Anda mungkin perlu memasang pengepala dan perpustakaan pembangunan Python 3 dan MySQL seperti berikut:

    sudo apt-get install python3-dev default-libmysqlclient-dev build-essential

    Debian/Ubuntu

    pip install mysqlclient

    balas
    0
  • P粉116631591

    P粉1166315912023-11-02 09:34:27

    Anda perlu mengikut arahan pemasangan untuk pakej ini.

    https://pypi.org/project/mysqlclient/

    Nampaknya anda menggunakan OSX - anda perlu memasang mysql di sana.

    balas
    0
  • Batalbalas