問題タブ [pygresql]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python-3.x - Python: pygresql のインストール
pipを使用してコンピューターにPyGreSQLモジュールをインストールしようとしています。次のメッセージが表示されます:
Collecting pygresql
Using cached PyGreSQL-5.0.3-cp35-cp35m-win_amd64.whl
Installing collected packages: pygresql
Successfully installed pygresql-5.0.3
しかし、インポートしようとすると、次のメッセージはこれです
python - pygresql - 「T」メッセージのデータが不十分
Python 用の pygresql を使用して説明できない問題を見つけました。これは単純な SELECT クエリであり、私が知る限り、スクリプト全体で問題がある唯一のクエリです。
コンソール経由でクエリを実行しましたが、問題なく動作します。psql ログを監視しましたが、データベースからのエラーはありませんでした。pygresqlでの内部操作のようです。
「T」とは何を意味し、どうすれば修正できますか?