



I'm not a big fan of Anaconda, as I find it overkill, especially since virtualenv does things in a much leaner, cleaner and faster way. Though Oracle JDK is recommended, you can get it to work with OpenJDK as well, just make sure to install the sources as well: sudo apt-get install openjdk-8-source openjdk-8-jdk I'm not sure what you're doing wrong in your install, but here are the steps that I performed to get python-weka-wrapper installed for Python 2.7 and 3.6, on a freshly installed (and fully up-to-date) Ubuntu 18.04.1:įirst, ensure to have pip installed and you can compile source code: sudo apt-get install python-pip python3-pip virtualenv build-essential
