Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Requirements conflicts #80

Open
tommylge opened this issue Mar 20, 2024 · 3 comments
Open

[BUG] Requirements conflicts #80

tommylge opened this issue Mar 20, 2024 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@tommylge
Copy link

2024-03-20 14:14:33.383 [info] INFO: pip is looking at multiple versions of undetected-playwright-patch to determine which version is compatible with other requirements. This could take a while.
2024-03-20 14:14:33.419 [info] ERROR: Cannot install -r /Users/xxx/Desktop/dev/repos/Botright/requirements.txt (line 4) and -r /Users/xxx/Desktop/dev/repos/Botright/requirements.txt (line 5) because these package versions have conflicting dependencies.
2024-03-20 14:14:33.419 [info] 
The conflict is caused by:
    playwright 1.42.0 depends on greenlet==3.0.3
    undetected-playwright-patch 1.40.0.post1700587210000 depends on greenlet==3.0.1

There's a conflict between playwright and undetected-playwright-patch regarding greenlet.
This is caused by https://github.com/kaliiiiiiiiii/undetected-playwright-python/blob/8886a371b5758dc59026c5fc0e8735ef8b754427/setup.py#L228

    install_requires=[
        "greenlet==3.0.1",
        "pyee==11.0.1",
        "typing-extensions;python_version<='3.8'",
    ],

I don't really know where to address this issue as it comes from kaliiiiiiiiii repo, but your requirements are then, triggering the conflict.

@tommylge tommylge added bug Something isn't working help wanted Extra attention is needed labels Mar 20, 2024
@Yorickpy
Copy link

yeah i have the same issue ims using python 3.11 windows already try with env and no env

@Vinyzu
Copy link
Owner

Vinyzu commented May 20, 2024

Im currently working on a undetected-playwright update...

@Yorickpy
Copy link

Yorickpy commented May 20, 2024

Im currently working on a undetected-playwright update...

no problem take your time :) i think its a lot of work and you send this for free thats crazy tbh i will not hesitate if i can find a undetected browser lib that i can buy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants