wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 241 forks source link

ModuleNotFoundError #663

Open fenghuili opened 1 year ago

fenghuili commented 1 year ago

When I run your simple example, the IDE show the error "ModuleNotFoundError: No module named '_cffi_backend'"。 python version:3.11 selenium version:4.8.2 selenium-wire version:5.1.0 openssl: 3.1.0

please help me.