Michael Altfield

Results 529 comments of Michael Altfield

I switched to fetching the files from GitHub, but now I have an issue with verifying the signature of the libusb1 dependency ``` Successfully installed Kivy-1.11.1 Kivy-Garden-0.1.4 certifi-2020.6.20 chardet-3.0.4 docutils-0.16...

I opened an upstream bug about this here: * https://github.com/vpelletier/python-libusb1/issues/96

Per the above ticket, the `python-libusb1` project is now uploading their releases (including their release signatures) as GitHub releases, which should enable us to fix this bug by switching from...

I've replaced the download URL for the signed python deps from PyPI to GitHub in all three platform's build scripts, but it looks like MacOS is still having some distinct...

I'm also struggling with the PowerShell on Windows. For some reason I can't get the subcommand to work on this curl call. But if I take the same output from...

Update: issue with the windows builds in previous comment was a trailing newline. I fixed it by saving the output of `Split-Path` to a variable and using `trim()` on that...

Windows builds are fixed! I fixed the issue with the MacOS builds not being able to find PIP_PATH by adding a wildcard glob at the end of /usr/local/Cellar/python* * https://github.com/BusKill/buskill-app/commit/78a7b70781136cb28e15d701bd403c2c3612fd00...

Looks like I had this issue before, and it was fixed by making sure we used the right python/pip version * https://github.com/BusKill/buskill-app/issues/20

Google seems to suggest that these `SCHEME_KEYS` errors mean I need to upgrade pip. And, of course, there's no secure way to do that. Let's [3TOFU](https://tech.michaelaltfield.net/2024/08/04/3tofu/) again because the fucking...

TOFU 1/3 (VPN, exit in Hong Kong) gives sha256sum = `ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc` ``` user@disp3820:~$ REMOTE_FILES="https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl" CURL="/usr/bin/curl" WGET="/usr/bin/wget --retry-on-host-error --retry-connrefused" PYTHON="/usr/bin/python3" # in tails, we must torify if "`whoami`" == "amnesia" ;...