Open AndydeCleyre opened 2 years ago
@yoeo @larshp
please merge and release on pypi
<- wrong user..
@yoeo - any update on when this will be available on pypi?
Thanks!
https://pypi.org/project/guesslang-experimental as a workaround for now until this is merged
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.
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 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
@jossef, I have been using guess-lang-experimental (alternative to guess-lang). Is there support for tensorflow versions after 2.15.0?