You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conflict is caused by:
The user requested tokenizers==0.9.4
transformers 3.5.0 depends on tokenizers==0.9.3
But the resolver needs a very long time to reach it, because… the packages started with to and tr are checked last, after the resolver successfully worked out all the other complex open specifier combinations 🤦
I think we can make things a bit better by checking for == (and ===) specifiers and do those packages first. This is similar to how we previously “optimised” the process by using len(candidates) (the less candidates a package has, the more likely it causes conflicts, so we check them first to catch simple cases early), but without needing to actually fetch the list of candidates eagerly.
pradyunsg, sbidoul, shapiromatron, dolfinus and DiddiLeijastonebig and dolfinus