Aaron Lelevier
Aaron Lelevier

Reputation: 20780

psycopg2 for python3 on Centos 7

Has anyone installed psycopg2 for python 3 on Centos 7? I'm sure it's possible, but when I run:

pip install psycopg2

I get:

Could not find a version that satisfies the requirement pyscopg2 (from versions: ) No matching distribution found for pyscopg2

Upvotes: 0

Views: 1312

Answers (1)

ErlVolton
ErlVolton

Reputation: 6784

You have misspelled the name of the library. The correct name is psycopg2

Upvotes: 2

Related Questions