Explore >> Select a destination


You are here

amanhimself.dev
| | navendu.me
3.5 parsecs away

Travel
| | I recently configured my development environment from scratch. This post documents my complete, although ongoing, setup.
| | ivelasq.rbind.io
2.7 parsecs away

Travel
| | Let's fall together into a pit of success (when configuring macOS)!
| | apeatling.com
3.0 parsecs away

Travel
| | This post is the first of five parts of: A simple guide to local LLM fine-tuning on a Mac with MLX. If you're starting on this journey from scratch, you'll...
| | jinyuz.dev
13.6 parsecs away

Travel
| TL;DR #env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install psycopg2 # OR env LDFLAGS="-I/usr/local/opt/openssl@3/include -L/usr/local/opt/openssl@3/lib" pip install psycopg2 # OR # https://github.com/brianmario/mysql2/issues/795#issuecomment-337006164 env LIBRARY_PATH="/usr/local/opt/openssl@3/lib" pip install psycopg2 --no-cache Source: https://stackoverflow.com/questions/26288042/error-installing-psycopg2-library-not-found-for-lssl/39244687#39244687 The reason is tha...