Hello,
I had some trouble installing auto-sklearn and realized that the problem was that pyrfr depends on swig, and it actually requires swig3.0 and not swig2.0.
Perhaps a note in the installation instructions recommending Ubuntu users to run apt-get install swig and other distros to install swig 3.0.8 before installing the python dependecies would be nice.