Description of problem: Version-Release number of selected component (if applicable): How reproducible: update from 8.0 Steps to Reproduce: 1. 2. 3. Actual results: The "Third party packages overlap with packages being installed" is completely unhelpful. It gives no clue as to which packages are in conflict or how to discover what they might be. Expected results: Additional info:
The information is in the release notes. I've added a pointer to the release notes in the message.
Is this the section that you're referring to? Python has been compiled with UCS4 support (Unicode characters represented on 4 bytes) as opposed to UCS2. UCS4 allows one to represent characters outside of the Basic Multilingual Plane. Certain third-party libraries may stop working because of this change; recompiling these libraries should be sufficient to resolve the problem. Please note that "pure" python modules (whose code is written in python) or compiled modules that do not directly use Unicode are not affected by this change. If that's the case, I submit that this is no more helpful than the Anaconda message.