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

loosen tensorflow requirement #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AndydeCleyre
Copy link

@AndydeCleyre AndydeCleyre commented Feb 28, 2022

@jossef
Copy link

jossef commented May 1, 2022

@yoeo
@larshp

please merge and release on pypi

@larshp
Copy link
Contributor

larshp commented May 1, 2022

<- wrong user..

@cmcdougall
Copy link

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

Thanks!

@jossef
Copy link

jossef commented Aug 11, 2022

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

@exhuma
Copy link

exhuma commented Feb 6, 2023

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
Copy link

syn-4ck commented Sep 30, 2023

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
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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants