PipManager icon indicating copy to clipboard operation
PipManager copied to clipboard

Environment compatibility test Python & Pip Versions

Open AuroraZiling opened this issue 1 year ago • 1 comments

Due to limitations of pip versions and pythonnet libraries, the expected supported Python versions are 3.7+

This issue will collect availability checks for expected supported Python versions

AuroraZiling avatar May 12 '24 01:05 AuroraZiling

Required pip commands

  • pip cache purge
  • pip install -i -r --retries --timeout --upgrade --no-deps
  • pip download -d --retries --timeout --no-deps
  • pip uninstall -y

AuroraZiling avatar May 12 '24 02:05 AuroraZiling