Closed
Description
Before this commit: ff79b8c
I had a bash script that was installing ptf this way on an Ubuntu 20.04 system:
git clone https://github.com/p4lang/ptf
cd ptf
sudo python3 setup.py install
After that commit, there is an exception thrown when I attempt that setup.py install
command.
Should that command still work?
Is it anti-recommended to install ptf that way from source code?
Perhaps I should be using sudo pip install .
instead?
Metadata
Metadata
Assignees
Labels
No labels