You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psql (9.5.0)
Type "help" for help.
~@decina.local/96081# CREATE EXTENSION multicorn;
CREATE EXTENSION
~@decina.local/96081# CREATE SERVER fdw_fdw
FOREIGN DATA WRAPPER multicorn
options (
wrapper 'fdwfdw.FDWFDW'
);
ERROR: Error in python: ImportError
DETAIL: No module named request
This is after installing multicorn via pgxn, which gave me version 1.3.1. I'm using Python 2.7.10 on OS X.
The text was updated successfully, but these errors were encountered:
When trying to install from current source:
This is after installing multicorn via pgxn, which gave me version 1.3.1. I'm using Python 2.7.10 on OS X.
The text was updated successfully, but these errors were encountered: