David Ong Tat-Wee
David Ong Tat-Wee
Thanks for the tip: I had to downgrade Google's protobuf to 3.11 in order to get it working. Perhaps this could be a FAQ entry to help future developers out....
I tried the instructions above as recommended by @Qengineering. The problem is, after updating to Ubuntu 20.04, I am unable to find a Arm64 CUDA buillt for the Xavier AGX....
After some trial-and-error, I found a better way: ```python with root.canvas.before: Color(*GREEN) self.rect = Rectangle(size=root.size, pos=root.pos) ``` Above works even though `GREEN` alone does not. Likely it has something to...
Pathlib has a [Path.home()](https://docs.python.org/3/library/pathlib.html#pathlib.Path.home). Can use this when `~` is detected, instead of `expanduser` (which is from a diff `os` package).
It is tricky to reconcile different OS/platforms due to different conventions, e.g. `~` / `$HOME` on Unix/Linux/MacOS, `%homepath%` / `%userprofile%` on Windows. Throw in the different shells, local vs network...
Hmm... interesting. I've never seen this error before. I also checked and don't have the /AppleInternal folder. My ~/Library/Caches also don't have com.apple.xbs. This is confounding... Looks like we need...
`PeekingDuck M1 Mac Installation for macOS Monterey/Big Sur (update 2022-03-02)` Prerequisites * Install [homebrew](https://brew.sh/) * Install miniforge: `brew install miniforge` Setup Conda Environment 1. `conda create -n pkd python=3.8` 2....
For the latest updates, please see https://peekingduck.readthedocs.io/en/stable/getting_started/03_custom_install.html#apple-silicon-mac
Can't we just add run_config.yml to .gitignore? Then it won't be checked in.
I installed the formula version, here's my zsh history: ``` 9577 brew install platypus 9578 platypus 9581 which platypus 9592 dir /opt/homebrew/Cellar/platypus/5.3 ... [ stuff deleted ] ... 9599 cd...