0

Goal install older package:

  • pypdf2==1.26.0

  • reportlab==3.3.0

Is it possible to install these on MacOS BigSur with the terminal command: pip3? The pip syntax is:

pip install <PACKAGE>==<VERSION>

Is there a simple test to determine if said version of the packages are compatible with my version of python3?

I have the latest version of the packages installed and now wonder if two versions can coexist and play nicely.

gatorback
  • 1,351
  • 4
  • 19
  • 44
  • 1
    You need to use virtual environments to support multiple versions of packages. – Greg Cowell Jul 24 '22 at 02:44
  • Does this answer your question? [Installing specific package version with pip](https://stackoverflow.com/questions/5226311/installing-specific-package-version-with-pip) – Ouroborus Jul 24 '22 at 03:14

0 Answers0