Dataflow fails when I add requirements.txt [Python]
问题 So when I try to run dataflow with the DataflowRunner and include the requirements.txt which looks like this google-cloud-storage==1.28.1 pandas==1.0.3 smart-open==2.0.0 Every time it fails on this line INFO:apache_beam.runners.dataflow.internal.apiclient:Starting GCS upload to gs://..../beamapp-.../numpy-1.18.2.zip... Traceback (most recent call last): File "Database.py", line 107, in <module> run() File "Database.py", line 101, in run | 'Write CSV' >> beam.ParDo(WriteCSVFIle(options.output