Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common.py ModuleNotFound: import simplejson as json #132

Open
drewipson opened this issue Nov 22, 2021 · 0 comments
Open

Common.py ModuleNotFound: import simplejson as json #132

drewipson opened this issue Nov 22, 2021 · 0 comments

Comments

@drewipson
Copy link

The following error is thrown when running the tap-postgres extractor with Meltano.

Screen Shot 2021-11-22 at 4 29 50 PM

Steps to reproduce:

  1. Create a meltano project
  2. Follow the custom extractor installation instructions here
    2a. Establish a target loader as well
  3. Run the following command: meltano --log-level=debug elt tap-postgres target-X

The issue is resolved by navigating to the .meltano/extractors/tap-postgres/ and activating the virtual environment venv there and then installing simplejson with pip install simplejson

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

No branches or pull requests

1 participant