Vinyzu / Botright

Botright, the most advance undetected, fingerprint-changing, captcha-solving, open-source automation framework. Build on Playwright, its as easy to use as it is to extend your code. Solving your Captchas for free with AI.
GNU General Public License v3.0
354 stars 51 forks source link

OSError: [WinError 126] The specified module could not be found. #96

Closed namename-123 closed 2 months ago

namename-123 commented 2 months ago

Hello I keep getting the following error when running botright: OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\Admin\AppData\Roaming\Python\Python311\site-packages\torch\lib\shm.dll" or one of its dependencies.

My code is very simple:

`import asyncio

import botright

async def main(): botright_client = await botright.Botright() browser = await botright_client.new_browser() page = await browser.new_page()

# Continue by using the Page
await page.goto("https://google.com")

await botright_client.close()

if name == "main": asyncio.run(main())`

Vinyzu commented 2 months ago

Closing as Duplicate of #95