Danila Vershinin
Sep 4, 2018 · 1 min read

Oh my! :) Note how you have paths starting with /root.local which indicates those Python modules you have installed outside operating system’s RPM ecosystem. Try to delete those /root/.local things you have. The whole point of my post is getting rid of the custom installation and always use python module packages provided by the operating system. If, (very rare cases, really) there are Python packages that are not packaged by OS already, it’s best to create a virtualenv and install all the stuff in there.

    Danila Vershinin

    Written by

    Performance Oriented DevOp