I'm trying to install py3exiv2 on macOS Big Sur with
pip install py3exiv2
and
pip3 install py3exiv2
both of which yield
ERROR: No .egg-info directory found in/private/var/folders/gf/g7tsgb6x4l9gyms1jm5kmlsc0000gn/T/pip-pip-egg-info-__dllgi9
Are there any workarounds for this issue?
I already have pyexiv2, exiv2 and boost.python running on Python 3.7.0
I found a similar issue listed by Robert here for macOS Catalina,
Installing dependencies using
Then downloading the py3exiv2 package and installing using
Works like a Charm on macOS Big Sur too!