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
{{ message }}
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
ERROR: Error in python: ImportError
DETAIL: Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/multicorn-1.2.4-py2.7-linux-x86_64.egg/multicorn/__init__.py", line 468, in get_class
module = import_module(module_name)
File "/usr/local/lib/python2.7/dist-packages/multicorn-1.2.4-py2.7-linux-x86_64.egg/multicorn/__init__.py", line 448, in import_module
__import__(name)
File "/usr/local/lib/python2.7/dist-packages/parse_fdw/parse_fdw.py", line 4, in <module>
from parse_rest.connection import register
ImportError: No module named connection
Running on Postgres 9.4, and I've verified all pip dependencies were installed, any idea why this still happens?
Thanks!
The text was updated successfully, but these errors were encountered:
This is the traceback:
Running on Postgres 9.4, and I've verified all
pip
dependencies were installed, any idea why this still happens?Thanks!
The text was updated successfully, but these errors were encountered: