I use pyenv to manage Python versions on my Mac. I recently have gotten errors like
| |
and
| |
The solution seems to be setting LDFLAGS and CPPFLAGS to point to the sqlite3 and zlib libraries, e.g.:
| |
I use pyenv to manage Python versions on my Mac. I recently have gotten errors like
| |
and
| |
The solution seems to be setting LDFLAGS and CPPFLAGS to point to the sqlite3 and zlib libraries, e.g.:
| |