personal-coding / Live-Sports-Arbitrage-Bet-Finder

Automated bot that identifies live sports arbitrage opportunities across FanDuel, DraftKings, and William Hill (Caesars).
201 stars 45 forks source link

Import Error #13

Closed Pabloet12 closed 7 months ago

Pabloet12 commented 7 months ago

Hello,

I have installed all the specified libraries and when I run the code, I get this error image As you can see, since I am using the library : undetected-chromedriver-modified, I have modified the code to: import undetected_chromedriver.v2 as uc

image

Any ideas how to solve that?

Thanks in advance.

personal-coding commented 7 months ago

@Pabloet12 The below answer on Stackoverflow should resolve that issue. However, I would not recommend using the -modified version of the undetected chromedriver library. You can use undetected-chromedriver and remove .v2 from the library import.

https://stackoverflow.com/questions/69381312/importerror-cannot-import-name-from-collections-using-python-3-10