<div dir="ltr">I recently tried to install the mesa-aco-git package from the Arch User Repository, and I kept getting an error, and the package failed to build. The error I was getting was a bunch of tracebacks and then "TypeError: expected string or bytes-like object." I figured that there was an issue with the AUR packaging, as is sometimes the case, so I went directly to the source, the gitlab repository. I cloned the repo, cd'd into the repo directory, made a directory called build, cd'd into it, ran the command meson .. and sure enough it gave the same error. So in fact, the error is with the source itself it seems.<br></div>