guesslang icon indicating copy to clipboard operation
guesslang copied to clipboard

conflict with guesslang and tensorflow

Open AsafCN opened this issue 1 year ago • 2 comments

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

AsafCN avatar Oct 03 '24 23:10 AsafCN

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 https://github.com/yoeo/guesslang/pull/62

syordanov94 avatar Oct 06 '24 20:10 syordanov94

I got it working on Windows. See here.

wpdevelopment11 avatar Apr 11 '25 10:04 wpdevelopment11