Closed dustinfarris closed 3 years ago
This is due to Big Sur reporting its version differently, causing pipenv to not find a matching wheel. Latest pip
seems to have been updated for this, but latest pipenv
has not.
export SYSTEM_VERSION_COMPAT=1
instructs macos to report the version in the previous format and then pipenv
works.
on macOS Big Sure using python 3.7.9 installed via pyenv
in a fresh pyenv virtual env,
pipenv install kaleido
fails withthis only seems to be an issue when locking
works fine.