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.