<aside> ⚠️ If you're developing on Review Board, this guide is for you.
If you're an end user looking for assistance, see our Knowledge Base and support options.
</aside>
No. We require all submissions to be made through our Review Board server. You have to admit, it would be a bit odd to use anything else for code review 🙂
If you're seeing something like:
.../python3.8/site-packages/_cffi_backend.cpython-38-darwin.so: mach-o, but wrong architecture
You probably have compiled cffi
for the wrong architecture. To solve this:
pipX.Y uninstall cffi
)arch
says arm64
(change it to arm64
if not)pipX.Y install --no-cache-dir cffi