Skip to content Skip to sidebar Skip to footer

From Psycopg2 Import Sql Not Working

Looking for some help with an issue I am having with psycopg2 and Python3. I am trying to use the sql library from psycopg2 that is available in version 2.7.1. When trying to use

Solution 1:

That is a common issue in PyCharm, follow those instructions: Unresolved reference issue in PyCharm and you will eliminate the problem!

For the case that the link does not work:

  1. Right click on your root project folder.
  2. In the tab that appears, find the Mark Directory as.
  3. In the expansion window that shows up, click the Sources root

Post a Comment for "From Psycopg2 Import Sql Not Working"