System Requirements and Release Notes
P4Python is supported on Windows, Linux, and OS X.
Important
P4Python 2021.1 is the final release to support Python 2. The next release of P4Python will only support Python 3. This is part of our commitment to focus on supported technology platforms.
For system requirements, see the P4Python Release notes.
Note
When passing arguments, make sure to omit the space between the argument and its value, such as in the value pair -u
and username
in the following example:
change = p4.run_changes("-uusername", "-m1")[0]
If you include a space ("-u username"
), the command fails.