I am an avid ham radio operator, and frequently have conversation with folks all around the world with less power than is required to light an incandescent light bulb. I use various modes of communication to do so, including voice, and digital methods such as Hellschreiber and Olivia. One of the modes I implement is […]
Tag: python
Installing py3exiv2 on macOS Catalina
I’ve been working on a Python project involving accessing image metadata and needed to install py3exiv2 on my MacBook Pro. The usual Conda install py3exiv2 or pip install py3exiv2 commands were either not finding the package, or giving me the error No .egg-info directory found. Frustrated, I tried installing the package manually, and it worked. […]