Getting error when installing requirements, could not find yuicompressor
petriichuk opened this issue · 1 comments
petriichuk commented
ERROR: No matching distribution found for yuicompressor==2.4.8
smirolo commented
Apparently yuicompressor has disappeared from the Internet (at least as a pip package). Since we replaced the webassets pipeline by a webpack pipeline, those prerequisites were not used anymore so removing them was an easy fix. thanks.