Category: Programming

  • Python – “No module named pip._internal” error

    Problem: After upgrading an Lubuntu 16.04 instance to 18.04 I experianced problems executing pip or pip3 on the system. I received the following error anytime I tried to execute pip or pip3: ModuleNotFoundError No module named pip _internal Thinking that this was related to the OS upgrade I tried removing andthen installing the python-pip and…

  • Moving VMs from datastore to datastore using PowerCLI and Storage vMotion

    Overview This is the time of season for us sysadmins to perform upgrades, updates and installation of new gear. In a virtualized world we may think that this is no longer something that is difficult or time consuming. In most cases this line of thought is correct, however, there are instances where the underlying process…