I'm receiving this error :
/root/opentera/teraserver/python/env/python-3.11/bin/python: No module named pip
At this step of the tera server initialization :
=> ERROR [opentera-server 18/20] RUN ["/bin/bash", "-c", "make python-all"]
I fixed it by manually adding pip right after cloning the repo to this file : /root/opentera/teraserver/python/env/CMakeLists.txt
I'm receiving this error :
/root/opentera/teraserver/python/env/python-3.11/bin/python: No module named pip
At this step of the tera server initialization :
=> ERROR [opentera-server 18/20] RUN ["/bin/bash", "-c", "make python-all"]
I fixed it by manually adding pip right after cloning the repo to this file : /root/opentera/teraserver/python/env/CMakeLists.txt