<div dir="ltr"><div><div><div><div>Hi <br></div><div>I was trying migrating docker container following website: <a href="https://github.com/xemul/p.haul/blob/master/test/docker/HOWTO" target="_blank">https://github.com/xemul/p.haul/blob/master/test/docker/HOWTO</a> <br></div><div>However it returns: <span style="color:rgb(106,168,79)">ImportError: No module named pycriu</span></div>for installing criu I installed additional libraries and I followed the below steps:<br>1. git clone <a rel="nofollow" href="https://github.com/xemul/criu" target="_blank">https://github.com/xemul/criu</a><br></div>2. cd criu<br></div>3. make install<br></div><div>It
 did not returned any error. And I checked it with criu check command , 
which returned looks good. that implies it is installed correctly.<br></div>I dont know where the problem lies. AT the time of migration it still returns <br><span style="color:rgb(106,168,79)">ImportError: No module named pycriu</span><br>I was folowing the wbsite <a href="https://github.com/xemul/p.haul/blob/master/test/docker/HOWTO" target="_blank">https://github.com/xemul/p.haul/blob/master/test/docker/HOWTO</a> , where I did not do the below steps as I don t understand them. Is this the problem?<br><span style="color:rgb(106,168,79)">* Make _local_ directory for service ($csdir)<br>* Start CRIU service by root user<br>ote that this step is mandatory. Although runC will start criu in swrk<br>
      
      
        
             mode, p.haul needs to connect to criu service for validating CPU.<br># criu service -o $csdir/log -v4 --daemon</span></div>