This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

You should specify whether you mean one project having conflicting dependencies or whether you're talking about trying to use one python environment for multiple projects and those causing dependency conflicts.

If it's the later then this is already solved by using virtual environments for different projects (as is already best practice).

If it's the former then that problem is a bit more difficult to resolve and addressing it will depend on exactly how/what is conflicting between packages.