Summary: | Building from source fails, due to wrong pathlib import | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | hannamoria |
Component: | Icons | Assignee: | visual-design |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | kainz.a, nate |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
hannamoria
2021-09-10 12:41:37 UTC
pathlib and pathlib2 are different libraries. You have pathlib2; you need to use pathlib. |