Installez psycopg2 (bibliothèque pgsql pour python3) sur Apple Silicon

Mémo de travail d'installation Apple Silicon PSYCOPG2 2020/11/19

1, python3, pip3 utilisent le bundle d'os (Big Sur 11.1 beta)

$ which python3 /usr/bin/python3

$ python3 -V Python 3.8.2

Évitez pip3 car il donnera un avertissement si vous l'appelez directement alias pip3='/usr/bin/python3 -m pip'

$ pip3 -V pip 20.2.4 from /Users/myname/Library/Python/3.8/lib/python/site-packages/pip (python 3.8)

2, installez Postgresql $ cd ~ $ wget https://ftp.postgresql.org/pub/source/v12.5/postgresql-12.5.tar.bz2 $ tar xvfz $ cd pgsql $ ./configure $ make $ sudo make install $ vi ~/.zshrc export PATH=/usr/local/pgsql/bin:$PATH

Je veux juste utiliser la bibliothèque, donc je ne crée pas d'utilisateurs

3, installez Openssl $ cd ~ $ git clone git://git.openssl.org/openssl.git $ cd openssl $ vi Configurations/10-main.conf

1618 "darwin64-arm64-cc" => { inherit_from => [ "darwin64-arm64" ] }, # "His toric" alias 1619 "darwin64-arm64" => { 1620 inherit_from => [ "darwin-common" ], 1621 CFLAGS => add("-Wall"), 1622 cflags => add("-arch arm64"), 1623 lib_cppflags => add("-DL_ENDIAN"), 1624 bn_ops => "SIXTY_FOUR_BIT_LONG", 1625 asm_arch => 'aarch64_asm', 1626 perlasm_scheme => "macosx", <----- Réécrire ici d'ios en macosx 1627 },

$ ./Configure darwin64-arm64-cc --prefix="/usr/local/openssl-arm" $ make $ make test $ sudo make install

$ vi ~/.zshrc export LIBRARY_PATH=/usr/local/openssl-arm/lib:$LIBRARY_PATH $ source ~/.zshrc

4, installez psycopg2 $ pip3 install psycopg2

c'est tout

Recommended Posts

Installez psycopg2 (bibliothèque pgsql pour python3) sur Apple Silicon
Installez confluent-kafka pour Python sur Ubuntu
Installez la bibliothèque python sur Lambda à l'aide de [/ tmp]
Installer Python et les bibliothèques pour Python sur MacOS Catalina
Installer python sur WSL
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python3.4 sur CentOS 6.6
Installer une bibliothèque externe pour python
Installez python sur Windows
Installez Python 2.7.3 sur CentOS 5.4
Installez Python 3.3 sur Ubuntu 12.04
Installez Python 3.4 sur Mac
Installez Python 3.6 sur Docker
Installez Python (pour Windows)
Installez la bibliothèque python tierce sur Cinema4D
Compilez et installez MySQL-python pour python2.7 sur Amazon Linux
Pour ceux qui ne peuvent pas installer Python sur Windows XP
Installez PyCall sur Raspberry PI et essayez d'utiliser la bibliothèque GPIO pour Python de Ruby
Installez Python 3.8 sur RHEL 8 (AppStream)
Installer watchdog sur Windows + Python 3.3
Installer pygame sur python3.4 sur Mac
Windows10: installation de la bibliothèque dlib pour python
Installez Python 3.8 sur CentOS 7 (SCL)
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez OpenCV sur Ubuntu + python
Python --Installez MySQLDB sur EC2
Installez Python 3.8 sur CentOS 8 (AppStream)
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Installer dlib pour Python (Windows)
Installer python3 et autour de la bibliothèque de calcul scientifique sur Ubuntu (virtualenv + pip)
Installez Python Pillow sur Amazon Linux
Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Installez RDKit, un outil informatique de chimie pour Python
Installez Python 3 sur le serveur Sakura (FreeBSD)
Installer anaconda sur Mac → Ajouter une bibliothèque
Installez Python 3.8 sur Ubuntu 20.04 (norme du système d'exploitation)
installation de python2.7 dans un environnement Windows 32 bits
Installez xgboost (version python) sur Windows
Installez Python sur Windows + pip + virtualenv
Installez Pytorch sur Blender 2.90 python sous Windows
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installer python3 sur Mac (El Capitan)
Windows10: Installation de la bibliothèque MeCab pour python
<Pour les débutants> bibliothèque python <Pour l'apprentissage automatique>
Installez Python 3.9 sur Ubuntu 20.04 (norme du système d'exploitation?)
Installer l'environnement de développement Python sur Windows 10
Installer Python sur CentOS à l'aide de Pyenv
Installez Python 2.7 sur Ubuntu 20.04 (norme du système d'exploitation?)
Étapes pour installer python3 sur Mac
Installez Python sur CentOS en utilisant pyenv
Remarques sur l'utilisation d'OpenCV avec Windows10 Python 3.8.3.
[google-oauth] [python] Bibliothèque cliente des API Google pour Python
Solution pour l'erreur d'installation de pip [Python] [Mac]
[Kivy] Comment installer Kivy sur Windows [Python]
Note de nfc.ContactlessFrontend () de nfcpy de python
Étapes pour installer l'environnement Python sur Ubuntu
[Python] Enregistrez votre propre bibliothèque dans PyPI
Si scipy est python 2.7.8, l'installation de pip trébuche