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

conflict with guesslang and tensorflow #79

Open
AsafCN opened this issue Oct 3, 2024 · 1 comment · May be fixed by #62
Open

conflict with guesslang and tensorflow #79

AsafCN opened this issue Oct 3, 2024 · 1 comment · May be fixed by #62

Comments

@AsafCN
Copy link

AsafCN commented Oct 3, 2024

I am using python 3.11.9 and i have this:
The conflict is caused by: guesslang 2.2.1 depends on tensorflow==2.5.0 guesslang 2.2.0 depends on tensorflow==2.5.0 guesslang 2.0.3 depends on tensorflow==2.5.0 guesslang 2.0.1 depends on tensorflow==2.2.0 guesslang 2.0.0 depends on tensorflow==2.2.0 guesslang 0.9.3 depends on tensorflow==1.7.0rc1 guesslang 0.9.1 depends on tensorflow==1.1.0
and when i try to install temsorflow 2.5.0 i get this:
pip install tensorflow==2.5.0 ERROR: Could not find a version that satisfies the requirement tensorflow==2.5.0 (from versions: 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0, 2.15.1, 2.16.0rc0, 2.16.1, 2.16.2, 2.17.0rc0, 2.17.0rc1, 2.17.0, 2.18.0rc0) ERROR: No matching distribution found for tensorflow==2.5.0

@syordanov94
Copy link

I think this is a common issue (I'm having as well). I saw that there is a PR open with a solution but it's not been reviewed/merged #62

@AndydeCleyre AndydeCleyre linked a pull request Oct 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants