Skip to content

setup.py still ok? #194

Closed
Closed
@jafingerhut

Description

@jafingerhut

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions