CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 282 forks source link

Dependency missing in -dev branch #600

Closed SteveClement closed 7 months ago

SteveClement commented 7 months ago

In the lastest -dev branch the following error occurs:

Traceback (most recent call last):
  File "/home/ail/ail-framework/var/www/./Flask_server.py", line 36, in <module>
    from blueprints.crawler_splash import crawler_splash
  File "/home/ail/ail-framework/var/www/blueprints/crawler_splash.py", line 29, in <module>
    from lib import Language
  File "/home/ail/ail-framework/bin/lib/Language.py", line 8, in <module>
    from libretranslatepy import LibreTranslateAPI
ModuleNotFoundError: No module named 'libretranslatepy'