Two packages with the same import name conflicting

68 Views Asked by At

I am interacting with the InfusionSoft API in a Django project that I am working on. I would like to use both infusionsoft-client package and infusionsoft-python.

However, they both require

import infusionsoft

so now I am getting error messages regarding infusionsoft-client attributes that are already working.

How can I set these up so that they do not conflict?

0

There are 0 best solutions below