When running Nebula with pip: FileNotFoundError: [Errno 2] No such file or directory: './unified_models'
DigeSegun opened this issue · 2 comments
DigeSegun commented
Line 123 in 472d3ba
At this line in the code I get a error when trying to run due to not having a file called unified models. Maybe It was supposed to get added through docker but I used the pip install way. Also as I stated in Jira Docker was not working
berylliumsec-handler commented
@DigeSegun this issue has been fixed in this commit: 22fc03d
Please try again and close the issue if it has been fixed for you.
Dont forget to run pip install nebula-ai --upgrade
to get the latest version and to pull a new docker image:
docker pull berylliumsec/nebula:latest
DigeSegun commented
resolved