Denis Donadel
Denis Donadel
Same also here with Python 3.10.6
You need to compile using `make` on the root directory.
Solved mine too, thanks!
Any update on this issue?
I just got the same error, solved by running Verba from a new directory with permissions 777. Something like: ``` mkdir test cp .env test cd test chmod 777 ....