Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 598 Bytes

File metadata and controls

27 lines (15 loc) · 598 Bytes

Python

tags: #python

Problems

ld: symbol(s) not found for architecture x86_64

brew uninstall binutils
pyenv install

pycurl and ssl problem

LDFLAGS="-L/usr/local/opt/openssl/lib" CPPFLAGS="-I/usr/local/opt/openssl/include" pyenv exec pip install --compile --install-option="--with-openssl" pycurl

psycopg2 and ssl problem

LDFLAGS="-L/usr/local/opt/openssl/lib" CPPFLAGS="-I/usr/local/opt/openssl/include" pyenv exec pip install -r requirements.txt

modules/packages have invalid Python name

link

touch conftest.py