Had some issues building with fresh Ubuntu Focal install around python3.

To fix I had to:
sudo apt install python3-venv
python3 -m venv "~/pyenv/vpp"
source ~/pyenv/vpp/bin/activate

# build fails without manually installing
pip install ply

cd <vppsrc>
make install-dep build
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#16598): https://lists.fd.io/g/vpp-dev/message/16598
Mute This Topic: https://lists.fd.io/mt/74604485/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to