phpPgAdmin をインストールして、Web ブラウザー経由で PostgreSQL の操作ができるように設定します。
Djangoの使い方の練習で、WindowsにPythonをインストールしました。 動かして学ぶ! Python Django開発入門 (NEXT ONE) 作者:大高 隆 翔泳社 Amazon で、PythonからPostgreSQLを使うときのドライバーを入れる段階で、とんでもない量のエラーメッセージが出ました。 (p.99) (venv_private_diary)> pip install psycopg2-binary いろいろ検索した結果、どうもバージョン違いによるエラーみたいでした。 最新のPythonのバージョンにpsycopg2が対応していないか、ビルドするツールに問題があるようです。 問題の切り分けと対処をいくつかやってみましたが、どうもうまくいきません。 本が書かれている時点のバージョンに合わせて、もう一度作業環境の構築をやり直してみたいと思います。 PythonやD
“python setup.py egg_info” failed Command “python setup.py egg_info” failed with error code 1 in ... のエラーが起きる原因は大きく分けて二つ。 pip / setuptoolsが最新でない 必要なライブラリが無い pip / setuptoolsが最新でない これなら単純にupgradeすればよい。 $ pip install --upgrade pip setuptools 必要なライブラリが無い エラーを読むと何が足りないか書いてあったりする。 今回の現象は以下。 $ pip install psycopg2 ... Error: pg_config executable not found. pg_config is required to build psycopg2 from so
Verified details These details have been verified by PyPI Project links Download Maintainers jerickso piro Unverified details These details have not been verified by PyPI Project links Homepage Changes Code Documentation Issue Tracker Meta License: GNU Library or Lesser General Public License (LGPL) (LGPL with exceptions) Author: Federico Di Gregorio Maintainer: Daniele Varrazzo Requires: Python >
PythonからPostgreSQLにアクセスするには、psycopg2を利用します。 本記事の内容 psycopg2とは?psycopg2のシステム要件psycopg2のインストールpsycopg2の動作確認 それでは、上記に沿って解説していきます。 psycopg2とは? psycopg2とは、PostgreSQLデータベースアダプタです。 簡単に言うと、PythonからPostgreSQLへアクセスするためのライブラリとなります。 そして、psycopg2はlibpq(PostgreSQL client library)のCラッパーです。 したがって、速度的には問題なしと言えます。 機能的には、一般的なSQL文実行はもちろん可能です。 加えて、「COPY TO/COPY FROM」に対応しているのが特徴となります。 あと、PythonにおけるPostgreSQL関連のライブラリでは1
Installation¶ Psycopg is a PostgreSQL adapter for the Python programming language. It is a wrapper for the libpq, the official PostgreSQL client library. Quick Install¶ For most operating systems, the quickest way to install Psycopg is using the wheel package available on PyPI: This will install a pre-compiled binary version of the module which does not require the build or runtime prerequisites d
PostgreSQL packages for Debian and Ubuntu The PostgreSQL Global Development Group (PGDG) maintains an APT repository of PostgreSQL packages for Debian and Ubuntu located at https://apt.postgresql.org/pub/repos/apt/. We aim at building PostgreSQL server packages as well as extensions and modules packages on several Debian/Ubuntu releases for all PostgreSQL versions supported. Currently, we support
Note: EDB no longer provides Linux installers for PostgreSQL 11 and later versions, and users are encouraged to use the platform-native packages. Version 10.x and below will be supported until their end of life. For more information, please see this blog post on Platform Native EDB Packages for Linux Users. PostgreSQL Installation Guide EDB PostgreSQL Language Pack Guide PostgreSQL is the world's
PostgreSQL を Windows にインストールする手順について少し詳しく説明します。Red Hat 系 Linux へのインストールについては こちらの記事 を参照してください。 説明は基本的に PostgreSQL 16、Windows 10 を対象にしますが、バージョンで異なる部分はなるべく補足します。 PostgreSQL のインストール PostgreSQL のインストール方法はいくつかあります。おもな方法は以下のとおりです。 ソースコードからビルド バイナリの zip アーカイブを使う インストーラを使う とくにこれといった理由がない限り、インストーラを使うのがよいでしょう。 ソースコードからのビルドは、Windows でもできなくはないですが、Linux 以上に手間がかかる上、Windows の知識も必要になります。PostgreSQL 自体を開発したり、ビルド時のオ
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く