guesslang icon indicating copy to clipboard operation
guesslang copied to clipboard

loosen tensorflow requirement

Open AndydeCleyre opened this issue 3 years ago • 7 comments

  • Fixes #56
  • Fixes #58
  • Fixes #61
  • Fixes #65

AndydeCleyre avatar Feb 28 '22 07:02 AndydeCleyre

@yoeo @larshp

please merge and release on pypi

jossef avatar May 01 '22 07:05 jossef

<- wrong user..

larshp avatar May 01 '22 07:05 larshp

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

Thanks!

cmcdougall avatar Jul 21 '22 04:07 cmcdougall

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

jossef avatar Aug 11 '22 10:08 jossef

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.

exhuma avatar Feb 06 '23 10:02 exhuma

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!

syn-4ck avatar Sep 30 '23 10:09 syn-4ck