lobojc

Results 12 comments of lobojc

Hi @mlodic It would be a pleasure to update it, but we should include the installation of "docker-compose" without to hardcode the version of it and maybe it would be...

Understood @mlodic It makes sense, we could offer "latest" or "recent validated" hardcoded version and offer suggestion to update for people using older docker-compose version 1.x. PS: Of course, we...

BTW the errors change every time when I run LAUNCH -k and LAUNCH -l 1. SOME STOP + START -> ``` Flask_base_template.py create_new_web_module.py static Flask_server.py modules templates blueprints server.crt update_thirdparty.sh...

And to finish ./LAUNCH -t command output: ``` ubuntu@ailframework:~/ailframework/bin$ ./LAUNCH.sh -t EEE ====================================================================== ERROR: Failure: PermissionError ([Errno 1] Operation not permitted: '/home/ubuntu/ailframework/AILENV/lib/python3.8/site-packages/pymispgalaxies/data/misp-galaxy/clusters/tea-matrix.json') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/ailframework/AILENV/lib/python3.8/site-packages/nose/failure.py",...

Other error details in the installating_steps.sh step: ``` Successfully built pymispgalaxies Installing collected packages: jsonschema, pymispgalaxies Attempting uninstall: jsonschema Found existing installation: jsonschema 4.9.1 Uninstalling jsonschema-4.9.1: Successfully uninstalled jsonschema-4.9.1 ERROR:...

FYI, the same results using python 3.8 and python 3.9, both using Ubuntu 20.04

Hello @adulau, I'll check it deeply, but two days ago I removed the folder "4.2" thinking to install version "4.1" and it worked but the "update/current_version" file says "v4.2" even...

BTW the errors change every time when I run LAUNCH -k and LAUNCH -l 1. SOME STOP + START -> ``` Flask_base_template.py create_new_web_module.py static Flask_server.py modules templates blueprints server.crt update_thirdparty.sh...

And to finish ./LAUNCH -t command output: ``` ubuntu@ailframework:~/ailframework/bin$ ./LAUNCH.sh -t EEE ====================================================================== ERROR: Failure: PermissionError ([Errno 1] Operation not permitted: '/home/ubuntu/ailframework/AILENV/lib/python3.8/site-packages/pymispgalaxies/data/misp-galaxy/clusters/tea-matrix.json') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/ailframework/AILENV/lib/python3.8/site-packages/nose/failure.py",...

And I have had to comment the next lines 126 to 130 of installing_deps.sh file to run the script successfully: git fetch failed -> [email protected]: Permission denied (publickey) ``` git...