Skip to content

loosen tensorflow requirement#62

Open
AndydeCleyre wants to merge 2 commits into
yoeo:masterfrom
AndydeCleyre:tensorflow-looser
Open

loosen tensorflow requirement#62
AndydeCleyre wants to merge 2 commits into
yoeo:masterfrom
AndydeCleyre:tensorflow-looser

Conversation

@AndydeCleyre

@AndydeCleyre AndydeCleyre commented Feb 28, 2022

Copy link
Copy Markdown

@jossef

jossef commented May 1, 2022

Copy link
Copy Markdown

@yoeo
@larshp

please merge and release on pypi

@larshp

larshp commented May 1, 2022

Copy link
Copy Markdown
Contributor

<- wrong user..

@cmcdougall

Copy link
Copy Markdown

@yoeo - any update on when this will be available on pypi?

Thanks!

@jossef

jossef commented Aug 11, 2022

Copy link
Copy Markdown

https://pypi.org/project/guesslang-experimental
as a workaround for now until this is merged

@exhuma

exhuma commented Feb 6, 2023

Copy link
Copy Markdown

If the project remains abandoned for over 12 months, you may be able to report it to the PYPA and request a takeover. As long as you can prove that you have tried to contact the original authors without response.

@syn-4ck

syn-4ck commented Sep 30, 2023

Copy link
Copy Markdown

Hi @jossef, for me this workaround is not working (using your pypi package). It seems that there are a problem with tensorflow dependency:

Traceback (most recent call last):
  File "/home/julian/workspace/.../src/main.py", line 7, in <module>
    from core.technology_detection.detect_technologies import detect_technologies
  File "/home/julian/workspace/.../src/core/technology_detection/detect_technologies.py", line 2, in <module>
    from guesslang import Guess
  File "/home/julian/workspace/.../.venv/lib/python3.10/site-packages/guesslang/__init__.py", line 16, in <module>
    from guesslang.guess import Guess, GuesslangError  # noqa: F401
  File "/home/julian/workspace/.../.venv/lib/python3.10/site-packages/guesslang/guess.py", line 10, in <module>
    from guesslang import model
  File "/home/julian/workspace/.../.venv/lib/python3.10/site-packages/guesslang/model.py", line 13, in <module>
    from tensorflow.python.training.tracking.tracking import AutoTrackable
ModuleNotFoundError: No module named 'tensorflow.python.training.tracking'

Could you help me?

Regards!

@AndydeCleyre AndydeCleyre changed the title loosen tensorflow requirement up to and excluding next major version loosen tensorflow requirement Sep 9, 2024
@AndydeCleyre

Copy link
Copy Markdown
Author

@syn-4ck It's been a while, but I just capped the version before a breaking change I encountered.

You could try installing this PR with pip, with a requirement:

guesslang @ git+https://github.com/andydecleyre/guesslang@tensorflow-looser

@kakairesteven

Copy link
Copy Markdown

@jossef, I have been using guess-lang-experimental (alternative to guess-lang). Is there support for tensorflow versions after 2.15.0?

@wpdevelopment11

Copy link
Copy Markdown

I got it working on Windows. See here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

8 participants