-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Can't install module w/ 'google-cloud-dataproc' as a dependency in a docker build #5636
Copy link
Copy link
Closed
Labels
api: dataprocIssues related to the Managed Service for Apache Spark API.Issues related to the Managed Service for Apache Spark API.packagingpriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
api: dataprocIssues related to the Managed Service for Apache Spark API.Issues related to the Managed Service for Apache Spark API.packagingpriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm getting an error when I try to to install a python module from it's source using
python setup.py installwheresetup.pyhas as one of it's dependencies'google-cloud-dataproc==0.1.0'. The error occurs when I try to build a docker container from a Dockerfile that attempts to install the module with the dependency ongoogle-cloud-dataproc. This issue only started occurring since the recent update in June which specified that thegoogle-cloudmodule should not be installed and instead the specific libraries (likegoogle-cloud-storage) would need to be specified instead.Stack trace: