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
your terraform scripts are fine. I had to adjust them to the latest terraform v.1.1.7, but it general all was fine.
So
make infra-plan
make infra-apply
does the job impeccable.
But now comes
make push-to-ecr AWS_ACCOUNT_ID=
Traceback (most recent call last):
File "/usr/local/bin/dbt", line 5, in
from dbt.main import main
File "/usr/local/lib/python3.7/site-packages/dbt/main.py", line 12, in
import dbt.task.run as run_task
File "/usr/local/lib/python3.7/site-packages/dbt/task/run.py", line 8, in
from dbt.node_runners import ModelRunner, RPCExecuteRunner
File "/usr/local/lib/python3.7/site-packages/dbt/node_runners.py", line 5, in
from dbt.contracts.results import RunModelResult, collect_timing_info,
File "/usr/local/lib/python3.7/site-packages/dbt/contracts/results.py", line 4, in
from dbt.contracts.graph.manifest import COMPILE_RESULT_NODE_CONTRACT
File "/usr/local/lib/python3.7/site-packages/dbt/contracts/graph/manifest.py", line 2, in
from dbt.contracts.graph.parsed import PARSED_NODE_CONTRACT,
File "/usr/local/lib/python3.7/site-packages/dbt/contracts/graph/parsed.py", line 5, in
import dbt.clients.jinja
File "/usr/local/lib/python3.7/site-packages/dbt/clients/jinja.py", line 7, in
import jinja2._compat
ModuleNotFoundError: No module named 'jinja2._compat'
This expects /usr/local/bin/dbt. This is not on my server. Is it inside the Docker-image? But why then missing modules?
I lost track. What is your installation script expecting?
Please give me a clue.
Thank you
Peter
The text was updated successfully, but these errors were encountered:
RUN pip install --upgrade pip
RUN pip install --force-reinstall --user jinja2==2.10
RUN pip install --force-reinstall --user markupsafe==2.0.1
RUN dbt deps
Hi,
your terraform scripts are fine. I had to adjust them to the latest terraform v.1.1.7, but it general all was fine.
So
make infra-plan
make infra-apply
does the job impeccable.
But now comes
make push-to-ecr AWS_ACCOUNT_ID=
Traceback (most recent call last):
File "/usr/local/bin/dbt", line 5, in
from dbt.main import main
File "/usr/local/lib/python3.7/site-packages/dbt/main.py", line 12, in
import dbt.task.run as run_task
File "/usr/local/lib/python3.7/site-packages/dbt/task/run.py", line 8, in
from dbt.node_runners import ModelRunner, RPCExecuteRunner
File "/usr/local/lib/python3.7/site-packages/dbt/node_runners.py", line 5, in
from dbt.contracts.results import RunModelResult, collect_timing_info,
File "/usr/local/lib/python3.7/site-packages/dbt/contracts/results.py", line 4, in
from dbt.contracts.graph.manifest import COMPILE_RESULT_NODE_CONTRACT
File "/usr/local/lib/python3.7/site-packages/dbt/contracts/graph/manifest.py", line 2, in
from dbt.contracts.graph.parsed import PARSED_NODE_CONTRACT,
File "/usr/local/lib/python3.7/site-packages/dbt/contracts/graph/parsed.py", line 5, in
import dbt.clients.jinja
File "/usr/local/lib/python3.7/site-packages/dbt/clients/jinja.py", line 7, in
import jinja2._compat
ModuleNotFoundError: No module named 'jinja2._compat'
This expects /usr/local/bin/dbt. This is not on my server. Is it inside the Docker-image? But why then missing modules?
I lost track. What is your installation script expecting?
Please give me a clue.
Thank you
Peter
The text was updated successfully, but these errors were encountered: