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

dll load failed while importing _brotli #658

Open ai-to-ai opened 1 year ago

ai-to-ai commented 1 year ago

Hi. I love selenium-wire since it makes proxy-integration easy.

I have VPS and am going to install my scraping tool.

It works on my PC but not on VPS.

Python=3.10.9 selenium==4.8.2 selenium_wire==5.1.0 webdriver_manager==3.8.5

but when I tried to run the script after installation of dependencies, it shows such error.

Could you tell me how I can fix it?

Thanks

calebTree commented 1 year ago

brotli is probably this library. Python uses native languages.