Is it possible to add the same package twice (With two different versions) to the same project? (Using some alias for one or both of the packages to prevent collisions in the code)
Asked
Active
Viewed 21 times
0
-
as far as I know, it is not possible to add them using pip, but you can add them to PYTHONPATH manually. please find the answer to this [link](https://stackoverflow.com/questions/6570635/installing-multiple-versions-of-a-package-with-pip) – Raha Moosavi Aug 10 '21 at 12:15