You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p4runtime-shell does not require exact versions of other Python packages to work. setup.py should only contain actual version requirements, which (if any) are likely minimum versions that provide an API that is in use.
Otherwise, this affects the use of pip to install p4runtime-shell into a target environment, which may not exactly match the Docker container. It may be necessary to use newer versions of other packages to address bugs or even security issues. On the other hand, older versions may be needed in LTS environments such as RHEL 7 and RHEL 8, which include Python 3.6.
p4runtime-shell
does not require exact versions of other Python packages to work.setup.py
should only contain actual version requirements, which (if any) are likely minimum versions that provide an API that is in use.Otherwise, this affects the use of
pip
to installp4runtime-shell
into a target environment, which may not exactly match the Docker container. It may be necessary to use newer versions of other packages to address bugs or even security issues. On the other hand, older versions may be needed in LTS environments such as RHEL 7 and RHEL 8, which include Python 3.6.Related to #54
The text was updated successfully, but these errors were encountered: