Hey, I'm having trouble installing jupyter lab and...
# troubleshooting
k
Hey, I'm having trouble installing jupyter lab and dbt-postgres (outside of meltano projects).
singer-python 5.13.0 requires jsonschema==2.6.0.
Meltano is installed with pipx & I havent used singer outside of meltano projects
w
Is this being done in a clean virtual environment? When I run
pip install dbt-postgres
in a newly made virtual environment with Python 3.10 it does not install
signer-python
. It installs version 3.2.0 of
jsonschema
.
k
Resolved with uninstalling dbt-postgres and reinstalling. Not using a clean virtual environment, but will look into making that a regular practice