Closed bobismijnnaam closed 4 years ago
This is because I was running a python3.5 version lower than 3.5.3 (I had 3.5.2). Upgrading to 3.6 got nagini to work (i.e. running virtualenv --python=python3.6
instead of just python3. I installed 3.6 via apt I think).
Thanks, I updated the required version to 3.6 in the README to hopefully avoid that problem in the future.
I wanted to try out Nagini, but I cannot get it to work on Ubuntu 16.04. I followed all the installation steps succesfully (install python3-dev, create a virtualenv), but when I execute nagini I get the following error:
I've tried different flags, passing in python files as an argument, and without activating the virtualenv, but this error appears every time. I've also tried the plugin for intellij but the Nagini menu doesn't appear under tools.
Besides the installation steps in the readme, are there any others that I should do? Or is this maybe a known problem?