skip to Main Content

Dockerfile build distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1 – CentOS

Using docker to test and develop an ETL data pipeline with Airflow and AWS glue. I'm currently using this blog post as a guide to launch the containers: https://towardsdatascience.com/develop-glue-jobs-locally-using-docker-containers-bffc9d95bd1 (Dockerfile github link: https://github.com/jnshubham/aws-glue-local-etl-docker/blob/master/Dockerfile). When I run docker build -t glue:latest…

VIEW QUESTION

cannot install django 3 on debian 9

I cannot install Django 3 on my Debian 9 system. I follow https://www.rosehosting.com/blog/how-to-install-python-3-6-4-on-debian-9/ this guide to install a Python 3 because there is no Python 3 in Debian repositories: :~# python3 Python 3.5.3 (default, Sep 27 2018, 17:25:39) ~# pip3…

VIEW QUESTION
Back To Top
Search