phpmyadmin_sql_backup icon indicating copy to clipboard operation
phpmyadmin_sql_backup copied to clipboard

"Error: No module named 'pycurl'"

Open Shohreh opened this issue 3 years ago • 0 comments

Hello,

FWIW, pycurl is required… but won't install. It's Python 3.8.10 on Windows7 (I know).

phpmyadmin_sql_backup.py etc.
Error: No module named 'pycurl'
=========
pip install -U pycurl
  error: subprocess-exited-with-error

  x python setup.py egg_info did not run successfully.
  ¦ exit code: 10
  ?-> [1 lines of output]
      Please specify --curl-dir=/path/to/built/libcurl
      [end of output]
=========
python -m pip install -U pip setuptools
=========
phpmyadmin_sql_backup.py etc.
Error: No module named 'pycurl'

Cheers,

Shohreh avatar Oct 16 '22 11:10 Shohreh