e2e-benchmarking icon indicating copy to clipboard operation
e2e-benchmarking copied to clipboard

`gen_spreadsheet_helper` creates file `=4.1.3`

Open nathan-weinberg opened this issue 2 years ago • 1 comments

Describe the bug When running run_benchmark_comparison with GEN_CSV enabled, a file =4.1.3 is created in the utils directory

To Reproduce Steps to reproduce the behavior:

  1. Trigger the run_benchmark_comparison function in compare.sh with GEN_CSV set to true

Expected behavior No file should be created

Screenshots image

Additional context It seems to be related to this line:

  pip install oauth2client>=4.1.3 gspread

nathan-weinberg avatar Jun 15 '23 21:06 nathan-weinberg

The file contents:

Collecting oauth2client
  Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB)
Collecting gspread
  Using cached gspread-5.9.0-py3-none-any.whl (40 kB)
Requirement already satisfied: six>=1.6.1 in /tmp/tmp.UKwW1Tmh1m/lib/python3.10/site-packages (from oauth2client) (1.16.0)
Collecting pyasn1-modules>=0.0.5
  Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
Collecting rsa>=3.1.4
  Using cached rsa-4.9-py3-none-any.whl (34 kB)
Collecting httplib2>=0.9.1
  Using cached httplib2-0.22.0-py3-none-any.whl (96 kB)
Collecting pyasn1>=0.1.7
  Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
Collecting google-auth>=1.12.0
  Using cached google_auth-2.20.0-py2.py3-none-any.whl (181 kB)
Collecting google-auth-oauthlib>=0.4.1
  Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
Collecting cachetools<6.0,>=2.0.0
  Using cached cachetools-5.3.1-py3-none-any.whl (9.3 kB)
Requirement already satisfied: urllib3<2.0 in /tmp/tmp.UKwW1Tmh1m/lib/python3.10/site-packages (from google-auth>=1.12.0->gspread) (1.26.16)
Collecting requests-oauthlib>=0.7.0
  Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2
  Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
Collecting requests>=2.0.0
  Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Requirement already satisfied: certifi>=2017.4.17 in /tmp/tmp.UKwW1Tmh1m/lib/python3.10/site-packages (from requests>=2.0.0->requests-oauthlib>=0.7.0->google-auth-oauthlib>=0.4.1->gspread) (2023.5.7)
Collecting charset-normalizer<4,>=2
  Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.4-py3-none-any.whl (61 kB)
Installing collected packages: pyasn1, idna, charset-normalizer, rsa, requests, pyasn1-modules, oauthlib, cachetools, requests-oauthlib, pyparsing, google-auth, httplib2, google-auth-oauthlib, oauth2client, gspread
Successfully installed cachetools-5.3.1 charset-normalizer-3.1.0 google-auth-2.20.0 google-auth-oauthlib-1.0.0 gspread-5.9.0 httplib2-0.22.0 idna-3.4 oauth2client-4.1.3 oauthlib-3.2.2 pyasn1-0.5.0 pyasn1-modules-0.3.0 pyparsing-3.0.9 requests-2.31.0 requests-oauthlib-1.3.1 rsa-4.9

nathan-weinberg avatar Jun 15 '23 21:06 nathan-weinberg