How to resolve 2 libraries need different versions of the same dependancy in python

Viewed 19

Im trying to install 2 packages:

package A requires version <0.16 of package C

package B requires version >=0.17 of package C

how can such conflict be resolved?

0 Answers
Related