Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

for some reason, getting an ImportError #2

Open
jondot opened this issue Dec 24, 2015 · 3 comments
Open

for some reason, getting an ImportError #2

jondot opened this issue Dec 24, 2015 · 3 comments

Comments

@jondot
Copy link
Contributor

jondot commented Dec 24, 2015

This is the traceback:

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!

@jondot
Copy link
Contributor Author

jondot commented Dec 24, 2015

Solved. need to explicitly pip install the current parse_rest like so:

$ pip install git+https://github.com/dgrtwo/ParsePy.git

which override the very old pypi version.

@jondot jondot closed this as completed Dec 24, 2015
@jondot jondot reopened this Dec 24, 2015
@jondot
Copy link
Contributor Author

jondot commented Dec 24, 2015

Just noticed the dependency in setup.py - I suggest to update it to current parse_rest - what do you think?

@kashif
Copy link
Contributor

kashif commented Dec 24, 2015

Yes... @jondot the issue is that i need the pull request milesrichardson/ParsePy#105 merged...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants