berylliumsec/nebula

When running Nebula with pip: FileNotFoundError: [Errno 2] No such file or directory: './unified_models'

DigeSegun opened this issue · 2 comments

model_dirs = [d for d in os.listdir(self.args.model_dir) if os.path.isdir(os.path.join(self.args.model_dir, d))]

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

@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

resolved