Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
6.34k stars 4.23k forks source link

Not all packages support Python 3.12 yet #752

Open mattjames1978 opened 1 year ago

mattjames1978 commented 1 year ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Running brand new deployment and cloned the code today the creating python virtual environment scrips/.venv fails with following error:

2023-10-09T07:53:17.3512919Z Building wheels for collected packages: aiohttp, frozenlist, multidict, regex, tiktoken, yarl 2023-10-09T07:53:17.3534552Z Building wheel for aiohttp (pyproject.toml): started 2023-10-09T07:53:18.1805466Z Building wheel for aiohttp (pyproject.toml): finished with status 'error' 2023-10-09T07:53:18.1865158Z error: subprocess-exited-with-error 2023-10-09T07:53:18.1865650Z
2023-10-09T07:53:18.1866025Z Building wheel for aiohttp (pyproject.toml) did not run successfully. 2023-10-09T07:53:18.1866406Z exit code: 1 2023-10-09T07:53:18.1866653Z
2023-10-09T07:53:18.1866907Z [94 lines of output] 2023-10-09T07:53:18.1867250Z 2023-10-09T07:53:18.1867511Z Accelerated build 2023-10-09T07:53:18.1867769Z

2023-10-09T07:53:18.1927912Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:18.1928497Z [end of output] 2023-10-09T07:53:18.1928768Z
2023-10-09T07:53:18.1929103Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:18.1929492Z ERROR: Failed building wheel for aiohttp 2023-10-09T07:53:18.1929854Z Building wheel for frozenlist (pyproject.toml): started 2023-10-09T07:53:18.6072003Z Building wheel for frozenlist (pyproject.toml): finished with status 'error' 2023-10-09T07:53:18.6097284Z error: subprocess-exited-with-error 2023-10-09T07:53:18.6097623Z
2023-10-09T07:53:18.6098010Z Building wheel for frozenlist (pyproject.toml) did not run successfully. 2023-10-09T07:53:18.6098382Z exit code: 1 2023-10-09T07:53:18.6098635Z

2023-10-09T07:53:18.6132192Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:18.6145520Z ERROR: Failed building wheel for frozenlist 2023-10-09T07:53:18.6146252Z Building wheel for multidict (pyproject.toml): started 2023-10-09T07:53:19.0343149Z Building wheel for multidict (pyproject.toml): finished with status 'error' 2023-10-09T07:53:19.0384042Z error: subprocess-exited-with-error 2023-10-09T07:53:19.0384429Z
2023-10-09T07:53:19.0384821Z Building wheel for multidict (pyproject.toml) did not run successfully. 2023-10-09T07:53:19.0385142Z exit code: 1

No changes have been made to the application deployment

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Running on Windows 2019 Server devops agent.

azd version?

run azd version and copy paste here. latest azd version 1.4.1

Versions

Python (Windows) 3.10.10 (

Mention any other details that might be useful


Thanks! We'll be in touch soon.

mattjames1978 commented 1 year ago

[]

dependency issue

(url)

mattjames1978 commented 1 year ago

Full output...

2023-10-09T07:52:20.8591217Z Creating a deployment plan 2023-10-09T07:52:29.1124267Z Comparing deployment state 2023-10-09T07:52:35.4300661Z Loading azd .env file from current environment 2023-10-09T07:52:35.6041368Z Creating python virtual environment "scripts/.venv" 2023-10-09T07:52:42.6467103Z Installing dependencies from "requirements.txt" into virtual environment 2023-10-09T07:52:43.8177409Z Collecting aiohttp==3.8.5 (from -r scripts/requirements.txt (line 7)) 2023-10-09T07:52:43.8412634Z Using cached aiohttp-3.8.5.tar.gz (7.4 MB) 2023-10-09T07:52:44.2667699Z Installing build dependencies: started 2023-10-09T07:52:48.0354549Z Installing build dependencies: finished with status 'done' 2023-10-09T07:52:48.0383510Z Getting requirements to build wheel: started 2023-10-09T07:52:48.5264287Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:52:48.5399529Z Installing backend dependencies: started 2023-10-09T07:52:49.9050369Z Installing backend dependencies: finished with status 'done' 2023-10-09T07:52:49.9082342Z Preparing metadata (pyproject.toml): started 2023-10-09T07:52:50.4022359Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:52:50.4507648Z Collecting aiosignal==1.3.1 (from -r scripts/requirements.txt (line 9)) 2023-10-09T07:52:50.4565765Z Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2023-10-09T07:52:50.4864531Z Collecting async-timeout==4.0.3 (from -r scripts/requirements.txt (line 11)) 2023-10-09T07:52:50.4865252Z Obtaining dependency information for async-timeout==4.0.3 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata 2023-10-09T07:52:50.4949210Z Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2023-10-09T07:52:50.5296222Z Collecting attrs==23.1.0 (from -r scripts/requirements.txt (line 13)) 2023-10-09T07:52:50.5358605Z Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2023-10-09T07:52:50.5749890Z Collecting azure-ai-formrecognizer==3.3.0 (from -r scripts/requirements.txt (line 15)) 2023-10-09T07:52:50.5751901Z Obtaining dependency information for azure-ai-formrecognizer==3.3.0 from https://files.pythonhosted.org/packages/ec/d6/255f4afed1e4d0e2aaf1b988d4c5ae453b65d9b92a3370634d7523804fd7/azure_ai_formrecognizer-3.3.0-py3-none-any.whl.metadata 2023-10-09T07:52:50.5848951Z Using cached azure_ai_formrecognizer-3.3.0-py3-none-any.whl.metadata (61 kB) 2023-10-09T07:52:50.6281570Z Collecting azure-common==1.1.28 (from -r scripts/requirements.txt (line 17)) 2023-10-09T07:52:50.6340813Z Using cached azure_common-1.1.28-py2.py3-none-any.whl (14 kB) 2023-10-09T07:52:50.6690117Z Collecting azure-core==1.29.4 (from -r scripts/requirements.txt (line 21)) 2023-10-09T07:52:50.6692322Z Obtaining dependency information for azure-core==1.29.4 from https://files.pythonhosted.org/packages/98/3a/d53e2b8a75c448ef45d7ae4b0659eb6c0d48978f25a709e2a39894a48704/azure_core-1.29.4-py3-none-any.whl.metadata 2023-10-09T07:52:50.6785788Z Using cached azure_core-1.29.4-py3-none-any.whl.metadata (36 kB) 2023-10-09T07:52:50.7274046Z Collecting azure-identity==1.14.0 (from -r scripts/requirements.txt (line 29)) 2023-10-09T07:52:50.7274779Z Obtaining dependency information for azure-identity==1.14.0 from https://files.pythonhosted.org/packages/42/8d/7701695ca568e373e6b8fa5193733b173ee8630f9b64843164b65a20f8c2/azure_identity-1.14.0-py3-none-any.whl.metadata 2023-10-09T07:52:50.7355068Z Using cached azure_identity-1.14.0-py3-none-any.whl.metadata (69 kB) 2023-10-09T07:52:50.7846576Z Collecting azure-search-documents==11.4.0b6 (from -r scripts/requirements.txt (line 31)) 2023-10-09T07:52:50.7848796Z Obtaining dependency information for azure-search-documents==11.4.0b6 from https://files.pythonhosted.org/packages/1f/a2/02f110baa987f1db9d8e737abbe6bc73da33c485caa83e1263ee8ca4ca21/azure_search_documents-11.4.0b6-py3-none-any.whl.metadata 2023-10-09T07:52:50.7947999Z Using cached azure_search_documents-11.4.0b6-py3-none-any.whl.metadata (22 kB) 2023-10-09T07:52:50.8414269Z Collecting azure-storage-blob==12.18.2 (from -r scripts/requirements.txt (line 33)) 2023-10-09T07:52:50.8416263Z Obtaining dependency information for azure-storage-blob==12.18.2 from https://files.pythonhosted.org/packages/7c/14/03baf5163186a95469d5f86031bde2bd35f3dec6ed3c8b87c876aa0f68d4/azure_storage_blob-12.18.2-py3-none-any.whl.metadata 2023-10-09T07:52:50.8513392Z Using cached azure_storage_blob-12.18.2-py3-none-any.whl.metadata (26 kB) 2023-10-09T07:52:50.9398091Z Collecting azure-storage-file-datalake==12.13.1 (from -r scripts/requirements.txt (line 37)) 2023-10-09T07:52:50.9400125Z Obtaining dependency information for azure-storage-file-datalake==12.13.1 from https://files.pythonhosted.org/packages/f6/d3/b66aa84471faf08e4c106c4a89b5b6fe3b93e0b3053f0f225ffd8a61cb34/azure_storage_file_datalake-12.13.1-py3-none-any.whl.metadata 2023-10-09T07:52:50.9496130Z Using cached azure_storage_file_datalake-12.13.1-py3-none-any.whl.metadata (15 kB) 2023-10-09T07:52:50.9901213Z Collecting certifi==2023.7.22 (from -r scripts/requirements.txt (line 39)) 2023-10-09T07:52:50.9903023Z Obtaining dependency information for certifi==2023.7.22 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata 2023-10-09T07:52:50.9981016Z Using cached certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) 2023-10-09T07:52:51.1009662Z Collecting cffi==1.16.0 (from -r scripts/requirements.txt (line 43)) 2023-10-09T07:52:51.1011610Z Obtaining dependency information for cffi==1.16.0 from https://files.pythonhosted.org/packages/e9/63/e285470a4880a4f36edabe4810057bd4b562c6ddcc165eacf9c3c7210b40/cffi-1.16.0-cp312-cp312-win_amd64.whl.metadata 2023-10-09T07:52:51.1087244Z Using cached cffi-1.16.0-cp312-cp312-win_amd64.whl.metadata (1.5 kB) 2023-10-09T07:52:51.1752352Z Collecting charset-normalizer==3.3.0 (from -r scripts/requirements.txt (line 45)) 2023-10-09T07:52:51.1753093Z Obtaining dependency information for charset-normalizer==3.3.0 from https://files.pythonhosted.org/packages/d1/47/148eae656ac376938afc97ed288893c6089038180c9e0782e5423ac0307d/charset_normalizer-3.3.0-cp312-cp312-win_amd64.whl.metadata 2023-10-09T07:52:51.1834966Z Using cached charset_normalizer-3.3.0-cp312-cp312-win_amd64.whl.metadata (33 kB) 2023-10-09T07:52:51.3305454Z Collecting cryptography==41.0.4 (from -r scripts/requirements.txt (line 49)) 2023-10-09T07:52:51.3306196Z Obtaining dependency information for cryptography==41.0.4 from https://files.pythonhosted.org/packages/d7/78/29d8332bebfe3c2d49a63fb23e1c9fc73a13507b5206b98479fda04c993b/cryptography-41.0.4-cp37-abi3-win_amd64.whl.metadata 2023-10-09T07:52:51.3388039Z Using cached cryptography-41.0.4-cp37-abi3-win_amd64.whl.metadata (5.3 kB) 2023-10-09T07:52:51.3766704Z Collecting et-xmlfile==1.1.0 (from -r scripts/requirements.txt (line 55)) 2023-10-09T07:52:51.3825700Z Using cached et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB) 2023-10-09T07:52:51.4388953Z Collecting frozenlist==1.4.0 (from -r scripts/requirements.txt (line 57)) 2023-10-09T07:52:51.4454944Z Using cached frozenlist-1.4.0.tar.gz (90 kB) 2023-10-09T07:52:51.4866505Z Installing build dependencies: started 2023-10-09T07:52:54.6329049Z Installing build dependencies: finished with status 'done' 2023-10-09T07:52:54.6353415Z Getting requirements to build wheel: started 2023-10-09T07:52:55.0630584Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:52:55.0713063Z Preparing metadata (pyproject.toml): started 2023-10-09T07:52:55.4887551Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:52:55.5214623Z Collecting idna==3.4 (from -r scripts/requirements.txt (line 61)) 2023-10-09T07:52:55.5271613Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2023-10-09T07:52:55.5635520Z Collecting isodate==0.6.1 (from -r scripts/requirements.txt (line 65)) 2023-10-09T07:52:55.5696148Z Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB) 2023-10-09T07:52:55.6060719Z Collecting msal==1.24.1 (from -r scripts/requirements.txt (line 71)) 2023-10-09T07:52:55.6062625Z Obtaining dependency information for msal==1.24.1 from https://files.pythonhosted.org/packages/35/33/0fd933b627879a9855d02a83a57929b45d0bdbeb050ddd63109cc404fbf6/msal-1.24.1-py2.py3-none-any.whl.metadata 2023-10-09T07:52:55.6156796Z Using cached msal-1.24.1-py2.py3-none-any.whl.metadata (11 kB) 2023-10-09T07:52:55.6542435Z Collecting msal-extensions==1.0.0 (from -r scripts/requirements.txt (line 75)) 2023-10-09T07:52:55.6619224Z Using cached msal_extensions-1.0.0-py2.py3-none-any.whl (19 kB) 2023-10-09T07:52:55.6970127Z Collecting msrest==0.7.1 (from -r scripts/requirements.txt (line 77)) 2023-10-09T07:52:55.7300469Z Using cached msrest-0.7.1-py3-none-any.whl (85 kB) 2023-10-09T07:52:55.8838320Z Collecting multidict==6.0.4 (from -r scripts/requirements.txt (line 79)) 2023-10-09T07:52:55.8902480Z Using cached multidict-6.0.4.tar.gz (51 kB) 2023-10-09T07:52:55.9650999Z Installing build dependencies: started 2023-10-09T07:52:58.7524641Z Installing build dependencies: finished with status 'done' 2023-10-09T07:52:59.6913781Z Getting requirements to build wheel: started 2023-10-09T07:52:59.6914301Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:52:59.6914798Z Installing backend dependencies: started 2023-10-09T07:53:00.3343115Z Installing backend dependencies: finished with status 'done' 2023-10-09T07:53:00.3371660Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:00.7507925Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:00.9236619Z Collecting numpy==1.26.0 (from -r scripts/requirements.txt (line 83)) 2023-10-09T07:53:00.9238475Z Obtaining dependency information for numpy==1.26.0 from https://files.pythonhosted.org/packages/98/d7/1cc7a11118408ad21a5379ff2a4e0b0e27504c68ef6e808ebaa90ee95902/numpy-1.26.0-cp312-cp312-win_amd64.whl.metadata 2023-10-09T07:53:00.9319471Z Using cached numpy-1.26.0-cp312-cp312-win_amd64.whl.metadata (61 kB) 2023-10-09T07:53:00.9812306Z Collecting oauthlib==3.2.2 (from -r scripts/requirements.txt (line 88)) 2023-10-09T07:53:00.9871442Z Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2023-10-09T07:53:01.0428179Z Collecting openai[datalib]==0.28.1 (from -r scripts/requirements.txt (line 90)) 2023-10-09T07:53:01.0542938Z Obtaining dependency information for openai[datalib]==0.28.1 from https://files.pythonhosted.org/packages/1e/9f/385c25502f437686e4aa715969e5eaf5c2cb5e5ffa7c5cdd52f3c6ae967a/openai-0.28.1-py3-none-any.whl.metadata 2023-10-09T07:53:01.0605470Z Using cached openai-0.28.1-py3-none-any.whl.metadata (11 kB) 2023-10-09T07:53:01.1248623Z Collecting openpyxl==3.1.2 (from -r scripts/requirements.txt (line 92)) 2023-10-09T07:53:01.1295357Z Using cached openpyxl-3.1.2-py2.py3-none-any.whl (249 kB) 2023-10-09T07:53:01.2556034Z Collecting pandas==2.1.1 (from -r scripts/requirements.txt (line 94)) 2023-10-09T07:53:01.2557853Z Obtaining dependency information for pandas==2.1.1 from https://files.pythonhosted.org/packages/89/c8/466196b756d74326820fe227743105fda0198a133f18916610e068540f0f/pandas-2.1.1-cp312-cp312-win_amd64.whl.metadata 2023-10-09T07:53:01.2639594Z Using cached pandas-2.1.1-cp312-cp312-win_amd64.whl.metadata (18 kB) 2023-10-09T07:53:01.3168058Z Collecting pandas-stubs==2.1.1.230928 (from -r scripts/requirements.txt (line 96)) 2023-10-09T07:53:01.3169959Z Obtaining dependency information for pandas-stubs==2.1.1.230928 from https://files.pythonhosted.org/packages/ad/22/ef8d68f5506b4dad7b9597de0d6370c0103a7ec4cd2c258750ddc16597cd/pandas_stubs-2.1.1.230928-py3-none-any.whl.metadata 2023-10-09T07:53:01.3276593Z Using cached pandas_stubs-2.1.1.230928-py3-none-any.whl.metadata (9.6 kB) 2023-10-09T07:53:01.3747073Z Collecting portalocker==2.8.2 (from -r scripts/requirements.txt (line 98)) 2023-10-09T07:53:01.3751024Z Obtaining dependency information for portalocker==2.8.2 from https://files.pythonhosted.org/packages/17/9e/87671efcca80ba6203811540ed1f9c0462c1609d2281d7b7f53cef05da3d/portalocker-2.8.2-py3-none-any.whl.metadata 2023-10-09T07:53:01.3828085Z Using cached portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB) 2023-10-09T07:53:01.4161216Z Collecting pycparser==2.21 (from -r scripts/requirements.txt (line 100)) 2023-10-09T07:53:01.4215083Z Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2023-10-09T07:53:01.4639625Z Collecting pyjwt[crypto]==2.8.0 (from -r scripts/requirements.txt (line 102)) 2023-10-09T07:53:01.4641484Z Obtaining dependency information for pyjwt[crypto]==2.8.0 from https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl.metadata 2023-10-09T07:53:01.4715351Z Using cached PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB) 2023-10-09T07:53:01.5104824Z Collecting pypdf==3.16.2 (from -r scripts/requirements.txt (line 104)) 2023-10-09T07:53:01.5106692Z Obtaining dependency information for pypdf==3.16.2 from https://files.pythonhosted.org/packages/bf/53/8840f93c5dcd108c02cac7343e194f9dc5d15ade6200ccc661ab4e1352b5/pypdf-3.16.2-py3-none-any.whl.metadata 2023-10-09T07:53:01.5189357Z Using cached pypdf-3.16.2-py3-none-any.whl.metadata (7.3 kB) 2023-10-09T07:53:01.6089167Z Collecting python-dateutil==2.8.2 (from -r scripts/requirements.txt (line 106)) 2023-10-09T07:53:01.6153882Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2023-10-09T07:53:01.6918015Z Collecting pytz==2023.3.post1 (from -r scripts/requirements.txt (line 108)) 2023-10-09T07:53:01.6919843Z Obtaining dependency information for pytz==2023.3.post1 from https://files.pythonhosted.org/packages/32/4d/aaf7eff5deb402fd9a24a1449a8119f00d74ae9c2efa79f8ef9994261fc2/pytz-2023.3.post1-py2.py3-none-any.whl.metadata 2023-10-09T07:53:01.7003019Z Using cached pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB) 2023-10-09T07:53:01.9883082Z Collecting regex==2023.8.8 (from -r scripts/requirements.txt (line 110)) 2023-10-09T07:53:01.9960095Z Using cached regex-2023.8.8.tar.gz (392 kB) 2023-10-09T07:53:02.0505207Z Installing build dependencies: started 2023-10-09T07:53:04.8236599Z Installing build dependencies: finished with status 'done' 2023-10-09T07:53:04.8261674Z Getting requirements to build wheel: started 2023-10-09T07:53:05.2132290Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:53:05.2202772Z Installing backend dependencies: started 2023-10-09T07:53:06.4190524Z Installing backend dependencies: finished with status 'done' 2023-10-09T07:53:06.4219359Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:06.8329937Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:06.8965951Z Collecting requests==2.31.0 (from -r scripts/requirements.txt (line 112)) 2023-10-09T07:53:06.8967837Z Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata 2023-10-09T07:53:06.9069302Z Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 2023-10-09T07:53:06.9372894Z Collecting requests-oauthlib==1.3.1 (from -r scripts/requirements.txt (line 120)) 2023-10-09T07:53:06.9428629Z Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) 2023-10-09T07:53:06.9716652Z Collecting six==1.16.0 (from -r scripts/requirements.txt (line 122)) 2023-10-09T07:53:06.9771043Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2023-10-09T07:53:07.0152917Z Collecting tenacity==8.2.3 (from -r scripts/requirements.txt (line 127)) 2023-10-09T07:53:07.0155055Z Obtaining dependency information for tenacity==8.2.3 from https://files.pythonhosted.org/packages/f4/f1/990741d5bb2487d529d20a433210ffa136a367751e454214013b441c4575/tenacity-8.2.3-py3-none-any.whl.metadata 2023-10-09T07:53:07.0221700Z Using cached tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB) 2023-10-09T07:53:07.0606321Z Collecting tiktoken==0.5.1 (from -r scripts/requirements.txt (line 129)) 2023-10-09T07:53:07.0668706Z Using cached tiktoken-0.5.1.tar.gz (32 kB) 2023-10-09T07:53:07.1106421Z Installing build dependencies: started 2023-10-09T07:53:10.5474847Z Installing build dependencies: finished with status 'done' 2023-10-09T07:53:10.5499049Z Getting requirements to build wheel: started 2023-10-09T07:53:11.0528405Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:53:11.0663521Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:11.5556869Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:11.6271832Z Collecting tqdm==4.66.1 (from -r scripts/requirements.txt (line 131)) 2023-10-09T07:53:11.6273866Z Obtaining dependency information for tqdm==4.66.1 from https://files.pythonhosted.org/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl.metadata 2023-10-09T07:53:11.6389527Z Using cached tqdm-4.66.1-py3-none-any.whl.metadata (57 kB) 2023-10-09T07:53:11.6879131Z Collecting types-pytz==2023.3.1.1 (from -r scripts/requirements.txt (line 133)) 2023-10-09T07:53:11.6881003Z Obtaining dependency information for types-pytz==2023.3.1.1 from https://files.pythonhosted.org/packages/79/4f/58c28f50233612d9890cc2b068aee977ef3f7d6434ef4debf98162e34152/types_pytz-2023.3.1.1-py3-none-any.whl.metadata 2023-10-09T07:53:11.6955548Z Using cached types_pytz-2023.3.1.1-py3-none-any.whl.metadata (1.3 kB) 2023-10-09T07:53:11.7397790Z Collecting typing-extensions==4.8.0 (from -r scripts/requirements.txt (line 135)) 2023-10-09T07:53:11.7399669Z Obtaining dependency information for typing-extensions==4.8.0 from https://files.pythonhosted.org/packages/24/21/7d397a4b7934ff4028987914ac1044d3b7d52712f30e2ac7a2ae5bc86dd0/typing_extensions-4.8.0-py3-none-any.whl.metadata 2023-10-09T07:53:11.7416127Z Using cached typing_extensions-4.8.0-py3-none-any.whl.metadata (3.0 kB) 2023-10-09T07:53:11.8437749Z Collecting tzdata==2023.3 (from -r scripts/requirements.txt (line 141)) 2023-10-09T07:53:11.8510097Z Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2023-10-09T07:53:11.9047777Z Collecting urllib3==2.0.5 (from -r scripts/requirements.txt (line 143)) 2023-10-09T07:53:11.9049681Z Obtaining dependency information for urllib3==2.0.5 from https://files.pythonhosted.org/packages/37/dc/399e63f5d1d96bb643404ee830657f4dfcf8503f5ba8fa3c6d465d0c57fe/urllib3-2.0.5-py3-none-any.whl.metadata 2023-10-09T07:53:11.9132414Z Using cached urllib3-2.0.5-py3-none-any.whl.metadata (6.6 kB) 2023-10-09T07:53:12.0173366Z Collecting yarl==1.9.2 (from -r scripts/requirements.txt (line 145)) 2023-10-09T07:53:12.0238178Z Using cached yarl-1.9.2.tar.gz (184 kB) 2023-10-09T07:53:12.0785773Z Installing build dependencies: started 2023-10-09T07:53:15.1540551Z Installing build dependencies: finished with status 'done' 2023-10-09T07:53:15.1599243Z Getting requirements to build wheel: started 2023-10-09T07:53:15.5793769Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:53:15.5901133Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:16.0195377Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:16.4571668Z Collecting pywin32>=226 (from portalocker==2.8.2->-r scripts/requirements.txt (line 98)) 2023-10-09T07:53:16.9705576Z Using cached pywin32-306-cp312-cp312-win_amd64.whl (9.2 MB) 2023-10-09T07:53:16.9705928Z Collecting colorama (from tqdm==4.66.1->-r scripts/requirements.txt (line 131)) 2023-10-09T07:53:16.9706358Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2023-10-09T07:53:16.9706618Z Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2023-10-09T07:53:16.9706886Z Using cached azure_ai_formrecognizer-3.3.0-py3-none-any.whl (297 kB) 2023-10-09T07:53:16.9707123Z Using cached azure_core-1.29.4-py3-none-any.whl (192 kB) 2023-10-09T07:53:16.9707356Z Using cached azure_identity-1.14.0-py3-none-any.whl (160 kB) 2023-10-09T07:53:16.9707634Z Using cached azure_search_documents-11.4.0b6-py3-none-any.whl (306 kB) 2023-10-09T07:53:16.9707895Z Using cached azure_storage_blob-12.18.2-py3-none-any.whl (392 kB) 2023-10-09T07:53:16.9708181Z Using cached azure_storage_file_datalake-12.13.1-py3-none-any.whl (249 kB) 2023-10-09T07:53:16.9708462Z Using cached certifi-2023.7.22-py3-none-any.whl (158 kB) 2023-10-09T07:53:16.9708704Z Using cached cffi-1.16.0-cp312-cp312-win_amd64.whl (181 kB) 2023-10-09T07:53:16.9708977Z Using cached charset_normalizer-3.3.0-cp312-cp312-win_amd64.whl (98 kB) 2023-10-09T07:53:16.9709270Z Using cached cryptography-41.0.4-cp37-abi3-win_amd64.whl (2.7 MB) 2023-10-09T07:53:16.9709520Z Using cached msal-1.24.1-py2.py3-none-any.whl (95 kB) 2023-10-09T07:53:16.9709761Z Using cached numpy-1.26.0-cp312-cp312-win_amd64.whl (15.5 MB) 2023-10-09T07:53:17.0073615Z Using cached pandas-2.1.1-cp312-cp312-win_amd64.whl (10.5 MB) 2023-10-09T07:53:17.0299721Z Using cached pandas_stubs-2.1.1.230928-py3-none-any.whl (153 kB) 2023-10-09T07:53:17.0368801Z Using cached portalocker-2.8.2-py3-none-any.whl (17 kB) 2023-10-09T07:53:17.0439414Z Using cached pypdf-3.16.2-py3-none-any.whl (276 kB) 2023-10-09T07:53:17.0523389Z Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) 2023-10-09T07:53:17.0592465Z Using cached requests-2.31.0-py3-none-any.whl (62 kB) 2023-10-09T07:53:17.0654288Z Using cached tenacity-8.2.3-py3-none-any.whl (24 kB) 2023-10-09T07:53:17.0713475Z Using cached tqdm-4.66.1-py3-none-any.whl (78 kB) 2023-10-09T07:53:17.0771035Z Using cached types_pytz-2023.3.1.1-py3-none-any.whl (4.9 kB) 2023-10-09T07:53:17.0791324Z Using cached typing_extensions-4.8.0-py3-none-any.whl (31 kB) 2023-10-09T07:53:17.0852935Z Using cached urllib3-2.0.5-py3-none-any.whl (123 kB) 2023-10-09T07:53:17.0913176Z Using cached openai-0.28.1-py3-none-any.whl (76 kB) 2023-10-09T07:53:17.0972764Z Using cached PyJWT-2.8.0-py3-none-any.whl (22 kB) 2023-10-09T07:53:17.3512919Z Building wheels for collected packages: aiohttp, frozenlist, multidict, regex, tiktoken, yarl 2023-10-09T07:53:17.3534552Z Building wheel for aiohttp (pyproject.toml): started 2023-10-09T07:53:18.1805466Z Building wheel for aiohttp (pyproject.toml): finished with status 'error' 2023-10-09T07:53:18.1865158Z error: subprocess-exited-with-error 2023-10-09T07:53:18.1865650Z
2023-10-09T07:53:18.1866025Z Building wheel for aiohttp (pyproject.toml) did not run successfully. 2023-10-09T07:53:18.1866406Z exit code: 1 2023-10-09T07:53:18.1866653Z
2023-10-09T07:53:18.1866907Z [94 lines of output] 2023-10-09T07:53:18.1867250Z 2023-10-09T07:53:18.1867511Z Accelerated build 2023-10-09T07:53:18.1867769Z 2023-10-09T07:53:18.1868017Z running bdist_wheel 2023-10-09T07:53:18.1868256Z running build 2023-10-09T07:53:18.1868477Z running build_py 2023-10-09T07:53:18.1868731Z creating build 2023-10-09T07:53:18.1869009Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:18.1869314Z creating build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1869658Z copying aiohttp\abc.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1870013Z copying aiohttp\base_protocol.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1870397Z copying aiohttp\client.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1870755Z copying aiohttp\client_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1871142Z copying aiohttp\client_proto.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1871926Z copying aiohttp\client_reqrep.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1872801Z copying aiohttp\client_ws.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1875368Z copying aiohttp\connector.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1875928Z copying aiohttp\cookiejar.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1876332Z copying aiohttp\formdata.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1876680Z copying aiohttp\hdrs.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1879498Z copying aiohttp\helpers.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1879963Z copying aiohttp\http.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1880464Z copying aiohttp\http_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1880839Z copying aiohttp\http_parser.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1881273Z copying aiohttp\http_websocket.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1881679Z copying aiohttp\http_writer.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1882121Z copying aiohttp\locks.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1882524Z copying aiohttp\log.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1882979Z copying aiohttp\multipart.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1883390Z copying aiohttp\payload.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1883793Z copying aiohttp\payload_streamer.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1884408Z copying aiohttp\pytest_plugin.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1884835Z copying aiohttp\resolver.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1885226Z copying aiohttp\streams.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1885557Z copying aiohttp\tcp_helpers.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1885905Z copying aiohttp\test_utils.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1886245Z copying aiohttp\tracing.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1886835Z copying aiohttp\typedefs.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1887217Z copying aiohttp\web.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1887554Z copying aiohttp\web_app.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1887911Z copying aiohttp\web_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1888276Z copying aiohttp\web_fileresponse.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1888722Z copying aiohttp\web_log.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1889141Z copying aiohttp\web_middlewares.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1889564Z copying aiohttp\web_protocol.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1889972Z copying aiohttp\web_request.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1890398Z copying aiohttp\web_response.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1890826Z copying aiohttp\web_routedef.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1891256Z copying aiohttp\web_runner.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1891654Z copying aiohttp\web_server.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1892074Z copying aiohttp\web_urldispatcher.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1892512Z copying aiohttp\web_ws.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1892910Z copying aiohttp\worker.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1893418Z copying aiohttp__init__.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1893717Z running egg_info 2023-10-09T07:53:18.1893991Z writing aiohttp.egg-info\PKG-INFO 2023-10-09T07:53:18.1894289Z writing dependency_links to aiohttp.egg-info\dependency_links.txt 2023-10-09T07:53:18.1894634Z writing requirements to aiohttp.egg-info\requires.txt 2023-10-09T07:53:18.1895149Z writing top-level names to aiohttp.egg-info\top_level.txt 2023-10-09T07:53:18.1895496Z reading manifest file 'aiohttp.egg-info\SOURCES.txt' 2023-10-09T07:53:18.1896016Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:18.1896639Z warning: no files found matching 'aiohttp' anywhere in distribution 2023-10-09T07:53:18.1897950Z warning: no previously-included files matching '.pyc' found anywhere in distribution 2023-10-09T07:53:18.1898421Z warning: no previously-included files matching '.pyd' found anywhere in distribution 2023-10-09T07:53:18.1898816Z warning: no previously-included files matching '.so' found anywhere in distribution 2023-10-09T07:53:18.1899323Z warning: no previously-included files matching '.lib' found anywhere in distribution 2023-10-09T07:53:18.1899800Z warning: no previously-included files matching '.dll' found anywhere in distribution 2023-10-09T07:53:18.1900457Z warning: no previously-included files matching '.a' found anywhere in distribution 2023-10-09T07:53:18.1901571Z warning: no previously-included files matching '.obj' found anywhere in distribution 2023-10-09T07:53:18.1902143Z warning: no previously-included files found matching 'aiohttp\.html' 2023-10-09T07:53:18.1902644Z no previously-included directories found matching 'docs_build' 2023-10-09T07:53:18.1904398Z adding license file 'LICENSE.txt' 2023-10-09T07:53:18.1904845Z writing manifest file 'aiohttp.egg-info\SOURCES.txt' 2023-10-09T07:53:18.1905348Z copying aiohttp_cparser.pxd -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1919730Z copying aiohttp_find_header.pxd -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1920291Z copying aiohttp_headers.pxi -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1920741Z copying aiohttp_helpers.pyi -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1921131Z copying aiohttp_helpers.pyx -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1921532Z copying aiohttp_http_parser.pyx -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1921945Z copying aiohttp_http_writer.pyx -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1922367Z copying aiohttp_websocket.pyx -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1922767Z copying aiohttp\py.typed -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:18.1923162Z creating build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:18.1923582Z copying aiohttp.hash_cparser.pxd.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:18.1924044Z copying aiohttp.hash_find_header.pxd.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:18.1924483Z copying aiohttp.hash_helpers.pyi.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:18.1924928Z copying aiohttp.hash_helpers.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:18.1925378Z copying aiohttp.hash_http_parser.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:18.1925831Z copying aiohttp.hash_http_writer.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:18.1926311Z copying aiohttp.hash_websocket.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:18.1926761Z copying aiohttp.hash\hdrs.py.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:18.1927125Z running build_ext 2023-10-09T07:53:18.1927432Z building 'aiohttp._websocket' extension 2023-10-09T07:53:18.1927912Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:18.1928497Z [end of output] 2023-10-09T07:53:18.1928768Z
2023-10-09T07:53:18.1929103Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:18.1929492Z ERROR: Failed building wheel for aiohttp 2023-10-09T07:53:18.1929854Z Building wheel for frozenlist (pyproject.toml): started 2023-10-09T07:53:18.6072003Z Building wheel for frozenlist (pyproject.toml): finished with status 'error' 2023-10-09T07:53:18.6097284Z error: subprocess-exited-with-error 2023-10-09T07:53:18.6097623Z
2023-10-09T07:53:18.6098010Z Building wheel for frozenlist (pyproject.toml) did not run successfully. 2023-10-09T07:53:18.6098382Z exit code: 1 2023-10-09T07:53:18.6098635Z
2023-10-09T07:53:18.6098888Z [33 lines of output] 2023-10-09T07:53:18.6099167Z 2023-10-09T07:53:18.6099445Z Accelerated build 2023-10-09T07:53:18.6099745Z 2023-10-09T07:53:18.6100031Z running bdist_wheel 2023-10-09T07:53:18.6100285Z running build 2023-10-09T07:53:18.6100665Z running build_py 2023-10-09T07:53:18.6101352Z creating build 2023-10-09T07:53:18.6103329Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:18.6103865Z creating build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:18.6104287Z copying frozenlist__init__.py -> build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:18.6104642Z running egg_info 2023-10-09T07:53:18.6104946Z writing frozenlist.egg-info\PKG-INFO 2023-10-09T07:53:18.6105519Z writing dependency_links to frozenlist.egg-info\dependency_links.txt 2023-10-09T07:53:18.6107641Z writing top-level names to frozenlist.egg-info\top_level.txt 2023-10-09T07:53:18.6120294Z reading manifest file 'frozenlist.egg-info\SOURCES.txt' 2023-10-09T07:53:18.6120878Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:18.6121279Z warning: no previously-included files matching '.pyc' found anywhere in distribution 2023-10-09T07:53:18.6121659Z warning: no previously-included files matching '.pyd' found anywhere in distribution 2023-10-09T07:53:18.6122161Z warning: no previously-included files matching '.so' found anywhere in distribution 2023-10-09T07:53:18.6122636Z warning: no previously-included files matching '.lib' found anywhere in distribution 2023-10-09T07:53:18.6123340Z warning: no previously-included files matching '.dll' found anywhere in distribution 2023-10-09T07:53:18.6124596Z warning: no previously-included files matching '.a' found anywhere in distribution 2023-10-09T07:53:18.6125084Z warning: no previously-included files matching '.obj' found anywhere in distribution 2023-10-09T07:53:18.6125460Z warning: no previously-included files found matching 'frozenlist\.html' 2023-10-09T07:53:18.6125835Z no previously-included directories found matching 'docs_build' 2023-10-09T07:53:18.6126285Z adding license file 'LICENSE' 2023-10-09T07:53:18.6126712Z writing manifest file 'frozenlist.egg-info\SOURCES.txt' 2023-10-09T07:53:18.6127363Z copying frozenlist__init__.pyi -> build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:18.6128428Z copying frozenlist_frozenlist.pyx -> build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:18.6129016Z copying frozenlist\py.typed -> build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:18.6129511Z running build_ext 2023-10-09T07:53:18.6130359Z building 'frozenlist._frozenlist' extension 2023-10-09T07:53:18.6130918Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:18.6131390Z [end of output] 2023-10-09T07:53:18.6131720Z
2023-10-09T07:53:18.6132192Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:18.6145520Z ERROR: Failed building wheel for frozenlist 2023-10-09T07:53:18.6146252Z Building wheel for multidict (pyproject.toml): started 2023-10-09T07:53:19.0343149Z Building wheel for multidict (pyproject.toml): finished with status 'error' 2023-10-09T07:53:19.0384042Z error: subprocess-exited-with-error 2023-10-09T07:53:19.0384429Z
2023-10-09T07:53:19.0384821Z Building wheel for multidict (pyproject.toml) did not run successfully. 2023-10-09T07:53:19.0385142Z exit code: 1 2023-10-09T07:53:19.0385400Z
2023-10-09T07:53:19.0385656Z [74 lines of output] 2023-10-09T07:53:19.0385925Z 2023-10-09T07:53:19.0386215Z Accelerated build 2023-10-09T07:53:19.0386503Z 2023-10-09T07:53:19.0386789Z running bdist_wheel 2023-10-09T07:53:19.0387181Z running build 2023-10-09T07:53:19.0387719Z running build_py 2023-10-09T07:53:19.0389832Z creating build 2023-10-09T07:53:19.0390363Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:19.0390747Z creating build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:19.0391157Z copying multidict_abc.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:19.0391540Z copying multidict_compat.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:19.0391936Z copying multidict_multidict_base.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:19.0393584Z copying multidict_multidict_py.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:19.0394105Z copying multidict__init__.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:19.0394439Z running egg_info 2023-10-09T07:53:19.0394749Z writing multidict.egg-info\PKG-INFO 2023-10-09T07:53:19.0395292Z writing dependency_links to multidict.egg-info\dependency_links.txt 2023-10-09T07:53:19.0395781Z writing top-level names to multidict.egg-info\top_level.txt 2023-10-09T07:53:19.0396182Z reading manifest file 'multidict.egg-info\SOURCES.txt' 2023-10-09T07:53:19.0396520Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:19.0396933Z warning: no previously-included files matching '.pyc' found anywhere in distribution 2023-10-09T07:53:19.0397364Z warning: no previously-included files found matching 'multidict_multidict.html' 2023-10-09T07:53:19.0397804Z warning: no previously-included files found matching 'multidict*.so' 2023-10-09T07:53:19.0398234Z warning: no previously-included files found matching 'multidict*.pyd' 2023-10-09T07:53:19.0398661Z warning: no previously-included files found matching 'multidict\.pyd' 2023-10-09T07:53:19.0399059Z no previously-included directories found matching 'docs_build' 2023-10-09T07:53:19.0399443Z adding license file 'LICENSE' 2023-10-09T07:53:19.0399825Z writing manifest file 'multidict.egg-info\SOURCES.txt' 2023-10-09T07:53:19.0400438Z C:\Users\agent\AppData\Local\Temp\pip-build-env-_n9ndln6\overlay\Lib\site-packages\setuptools\command\build_py.py:204: _Warning: Package 'multidict._multilib' is absent from the packages configuration. 2023-10-09T07:53:19.0400870Z !! 2023-10-09T07:53:19.0401101Z
2023-10-09T07:53:19.0401398Z **** 2023-10-09T07:53:19.0401764Z ############################ 2023-10-09T07:53:19.0402026Z # Package would be ignored # 2023-10-09T07:53:19.0402274Z ############################ 2023-10-09T07:53:19.0402563Z Python recognizes 'multidict._multilib' as an importable package[^1], 2023-10-09T07:53:19.0402917Z but it is absent from setuptools' packages configuration. 2023-10-09T07:53:19.0403207Z
2023-10-09T07:53:19.0403546Z This leads to an ambiguous overall configuration. If you want to distribute this 2023-10-09T07:53:19.0403941Z package, please make sure that 'multidict._multilib' is explicitly added 2023-10-09T07:53:19.0404321Z to the packages configuration field. 2023-10-09T07:53:19.0404626Z
2023-10-09T07:53:19.0405109Z Alternatively, you can also rely on setuptools' discovery methods 2023-10-09T07:53:19.0405525Z (for example by using find_namespace_packages(...)/find_namespace: 2023-10-09T07:53:19.0405910Z instead of find_packages(...)/find:). 2023-10-09T07:53:19.0406208Z
2023-10-09T07:53:19.0406542Z You can read more about "package discovery" on setuptools documentation page: 2023-10-09T07:53:19.0406879Z
2023-10-09T07:53:19.0407245Z - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html 2023-10-09T07:53:19.0407586Z
2023-10-09T07:53:19.0407899Z If you don't want 'multidict._multilib' to be distributed and are 2023-10-09T07:53:19.0408223Z already explicitly excluding 'multidict._multilib' via 2023-10-09T07:53:19.0408573Z find_namespace_packages(...)/find_namespace or find_packages(...)/find, 2023-10-09T07:53:19.0408917Z you can try to use exclude_package_data, or include-package-data=False in 2023-10-09T07:53:19.0409273Z combination with a more fine grained package-data configuration. 2023-10-09T07:53:19.0409721Z
2023-10-09T07:53:19.0410148Z You can read more about "package data files" on setuptools documentation page: 2023-10-09T07:53:19.0410711Z
2023-10-09T07:53:19.0411889Z - https://setuptools.pypa.io/en/latest/userguide/datafiles.html 2023-10-09T07:53:19.0412230Z
2023-10-09T07:53:19.0412479Z
2023-10-09T07:53:19.0412778Z [^1]: For Python, any directory (with suitable naming) can be imported, 2023-10-09T07:53:19.0413103Z even if it does not contain any .py files. 2023-10-09T07:53:19.0413696Z On the other hand, currently there is no concept of package data 2023-10-09T07:53:19.0414143Z directory, all directories are treated like packages. 2023-10-09T07:53:19.0414782Z **** 2023-10-09T07:53:19.0415810Z
2023-10-09T07:53:19.0416200Z !! 2023-10-09T07:53:19.0416575Z check.warn(importable) 2023-10-09T07:53:19.0417067Z copying multidict__init__.pyi -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:19.0418015Z copying multidict\py.typed -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:19.0418487Z running build_ext 2023-10-09T07:53:19.0418794Z building 'multidict._multidict' extension 2023-10-09T07:53:19.0419405Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:19.0419963Z [end of output] 2023-10-09T07:53:19.0433595Z
2023-10-09T07:53:19.0434054Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:19.0434586Z ERROR: Failed building wheel for multidict 2023-10-09T07:53:19.0434979Z Building wheel for regex (pyproject.toml): started 2023-10-09T07:53:19.4473265Z Building wheel for regex (pyproject.toml): finished with status 'error' 2023-10-09T07:53:19.4491109Z error: subprocess-exited-with-error 2023-10-09T07:53:19.4491444Z
2023-10-09T07:53:19.4491681Z Building wheel for regex (pyproject.toml) did not run successfully. 2023-10-09T07:53:19.4491915Z exit code: 1 2023-10-09T07:53:19.4492121Z
2023-10-09T07:53:19.4492322Z [13 lines of output] 2023-10-09T07:53:19.4492525Z running bdist_wheel 2023-10-09T07:53:19.4492732Z running build 2023-10-09T07:53:19.4492946Z running build_py 2023-10-09T07:53:19.4493156Z creating build 2023-10-09T07:53:19.4493377Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:19.4493662Z creating build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:19.4493963Z copying regex_3__init__.py -> build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:19.4494254Z copying regex_3\regex.py -> build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:19.4494707Z copying regex_3_regex_core.py -> build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:19.4496149Z copying regex_3\test_regex.py -> build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:19.4498418Z running build_ext 2023-10-09T07:53:19.4498786Z building 'regex._regex' extension 2023-10-09T07:53:19.4499249Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:19.4499597Z [end of output] 2023-10-09T07:53:19.4499782Z
2023-10-09T07:53:19.4501220Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:19.4501685Z ERROR: Failed building wheel for regex 2023-10-09T07:53:19.4533547Z Building wheel for tiktoken (pyproject.toml): started 2023-10-09T07:53:19.9878597Z Building wheel for tiktoken (pyproject.toml): finished with status 'error' 2023-10-09T07:53:19.9905769Z error: subprocess-exited-with-error 2023-10-09T07:53:19.9906086Z
2023-10-09T07:53:19.9906327Z Building wheel for tiktoken (pyproject.toml) did not run successfully. 2023-10-09T07:53:19.9906581Z exit code: 1 2023-10-09T07:53:19.9906780Z
2023-10-09T07:53:19.9906985Z [38 lines of output] 2023-10-09T07:53:19.9907204Z running bdist_wheel 2023-10-09T07:53:19.9907409Z running build 2023-10-09T07:53:19.9907621Z running build_py 2023-10-09T07:53:19.9907818Z creating build 2023-10-09T07:53:19.9908060Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:19.9908342Z creating build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:19.9908622Z copying tiktoken\core.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:19.9909278Z copying tiktoken\load.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:19.9909881Z copying tiktoken\model.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:19.9912126Z copying tiktoken\registry.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:19.9912660Z copying tiktoken_educational.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:19.9913060Z copying tiktoken__init__.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:19.9913383Z creating build\lib.win-amd64-cpython-312\tiktoken_ext 2023-10-09T07:53:19.9913715Z copying tiktoken_ext\openai_public.py -> build\lib.win-amd64-cpython-312\tiktoken_ext 2023-10-09T07:53:19.9913993Z running egg_info 2023-10-09T07:53:19.9914223Z writing tiktoken.egg-info\PKG-INFO 2023-10-09T07:53:19.9915703Z writing dependency_links to tiktoken.egg-info\dependency_links.txt 2023-10-09T07:53:19.9916151Z writing requirements to tiktoken.egg-info\requires.txt 2023-10-09T07:53:19.9916445Z writing top-level names to tiktoken.egg-info\top_level.txt 2023-10-09T07:53:19.9916743Z reading manifest file 'tiktoken.egg-info\SOURCES.txt' 2023-10-09T07:53:19.9917044Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:19.9917299Z warning: no files found matching 'Makefile' 2023-10-09T07:53:19.9917670Z adding license file 'LICENSE' 2023-10-09T07:53:19.9917947Z writing manifest file 'tiktoken.egg-info\SOURCES.txt' 2023-10-09T07:53:19.9918237Z copying tiktoken\py.typed -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:19.9918505Z running build_ext 2023-10-09T07:53:19.9918742Z running build_rust 2023-10-09T07:53:19.9918984Z error: can't find Rust compiler 2023-10-09T07:53:19.9919206Z
2023-10-09T07:53:19.9919626Z If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. 2023-10-09T07:53:19.9920044Z
2023-10-09T07:53:19.9920267Z To update pip, run: 2023-10-09T07:53:19.9920487Z
2023-10-09T07:53:19.9920725Z pip install --upgrade pip 2023-10-09T07:53:19.9920962Z
2023-10-09T07:53:19.9921190Z and then retry package installation. 2023-10-09T07:53:19.9921438Z
2023-10-09T07:53:19.9921993Z If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain. 2023-10-09T07:53:19.9922714Z [end of output] 2023-10-09T07:53:19.9922898Z
2023-10-09T07:53:19.9923147Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:19.9923484Z ERROR: Failed building wheel for tiktoken 2023-10-09T07:53:19.9951635Z Building wheel for yarl (pyproject.toml): started 2023-10-09T07:53:20.4207993Z Building wheel for yarl (pyproject.toml): finished with status 'error' 2023-10-09T07:53:20.4245195Z error: subprocess-exited-with-error 2023-10-09T07:53:20.4246072Z
2023-10-09T07:53:20.4247012Z Building wheel for yarl (pyproject.toml) did not run successfully. 2023-10-09T07:53:20.4247679Z exit code: 1 2023-10-09T07:53:20.4250912Z
2023-10-09T07:53:20.4251359Z [49 lines of output] 2023-10-09T07:53:20.4251840Z C:\Users\agent\AppData\Local\Temp\pip-build-env-8pcj6xwq\overlay\Lib\site-packages\setuptools\config\setupcfg.py:293: _DeprecatedConfig: Deprecated config in setup.cfg 2023-10-09T07:53:20.4252377Z !! 2023-10-09T07:53:20.4252651Z
2023-10-09T07:53:20.4252999Z **** 2023-10-09T07:53:20.4253438Z The license_file parameter is deprecated, use license_files instead. 2023-10-09T07:53:20.4253761Z
2023-10-09T07:53:20.4254116Z By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-10-09T07:53:20.4254730Z or your builds will no longer be supported. 2023-10-09T07:53:20.4255031Z
2023-10-09T07:53:20.4255399Z See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-10-09T07:53:20.4255869Z **** 2023-10-09T07:53:20.4256244Z
2023-10-09T07:53:20.4256504Z !! 2023-10-09T07:53:20.4256849Z parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-10-09T07:53:20.4257144Z ** 2023-10-09T07:53:20.4257420Z Accelerated build 2023-10-09T07:53:20.4257701Z ** 2023-10-09T07:53:20.4257991Z running bdist_wheel 2023-10-09T07:53:20.4258278Z running build 2023-10-09T07:53:20.4258553Z running build_py 2023-10-09T07:53:20.4258858Z creating build 2023-10-09T07:53:20.4259190Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:20.4259517Z creating build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:20.4261009Z copying yarl_quoting.py -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:20.4261505Z copying yarl_quoting_py.py -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:20.4261881Z copying yarl_url.py -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:20.4262317Z copying yarl__init__.py -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:20.4262687Z running egg_info 2023-10-09T07:53:20.4262992Z writing yarl.egg-info\PKG-INFO 2023-10-09T07:53:20.4264866Z writing dependency_links to yarl.egg-info\dependency_links.txt 2023-10-09T07:53:20.4265239Z writing requirements to yarl.egg-info\requires.txt 2023-10-09T07:53:20.4265566Z writing top-level names to yarl.egg-info\top_level.txt 2023-10-09T07:53:20.4265871Z reading manifest file 'yarl.egg-info\SOURCES.txt' 2023-10-09T07:53:20.4266209Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:20.4266556Z warning: no previously-included files matching '.pyc' found anywhere in distribution 2023-10-09T07:53:20.4266968Z warning: no previously-included files matching '.cache' found anywhere in distribution 2023-10-09T07:53:20.4267342Z warning: no previously-included files found matching 'yarl*.html' 2023-10-09T07:53:20.4267692Z warning: no previously-included files found matching 'yarl*.so' 2023-10-09T07:53:20.4268252Z warning: no previously-included files found matching 'yarl*.pyd' 2023-10-09T07:53:20.4268614Z no previously-included directories found matching 'docs_build' 2023-10-09T07:53:20.4268929Z adding license file 'LICENSE' 2023-10-09T07:53:20.4269241Z writing manifest file 'yarl.egg-info\SOURCES.txt' 2023-10-09T07:53:20.4269604Z copying yarl__init__.pyi -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:20.4269974Z copying yarl_quoting_c.pyi -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:20.4270342Z copying yarl_quoting_c.pyx -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:20.4270714Z copying yarl\py.typed -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:20.4271035Z running build_ext 2023-10-09T07:53:20.4271327Z building 'yarl._quoting_c' extension 2023-10-09T07:53:20.4271759Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:20.4272211Z [end of output] 2023-10-09T07:53:20.4272472Z
2023-10-09T07:53:20.4272723Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:20.4273166Z ERROR: Failed building wheel for yarl 2023-10-09T07:53:20.4273538Z Failed to build aiohttp frozenlist multidict regex tiktoken yarl 2023-10-09T07:53:20.4273936Z ERROR: Could not build wheels for aiohttp, frozenlist, multidict, regex, tiktoken, yarl, which is required to install pyproject.toml-based projects 2023-10-09T07:53:21.6444361Z Installing dependencies from "requirements.txt" into virtual environment 2023-10-09T07:53:22.8361610Z Collecting aiohttp==3.8.5 (from -r ./scripts/requirements.txt (line 7)) 2023-10-09T07:53:22.8543352Z Using cached aiohttp-3.8.5.tar.gz (7.4 MB) 2023-10-09T07:53:23.2664588Z Installing build dependencies: started 2023-10-09T07:53:26.0963051Z Installing build dependencies: finished with status 'done' 2023-10-09T07:53:26.0989547Z Getting requirements to build wheel: started 2023-10-09T07:53:26.5735222Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:53:26.5835591Z Installing backend dependencies: started 2023-10-09T07:53:27.7639755Z Installing backend dependencies: finished with status 'done' 2023-10-09T07:53:27.7669933Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:28.2478126Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:28.2776160Z Collecting aiosignal==1.3.1 (from -r ./scripts/requirements.txt (line 9)) 2023-10-09T07:53:28.2788457Z Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2023-10-09T07:53:28.3120919Z Collecting async-timeout==4.0.3 (from -r ./scripts/requirements.txt (line 11)) 2023-10-09T07:53:28.3122849Z Obtaining dependency information for async-timeout==4.0.3 from https://files.pythonhosted.org/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl.metadata 2023-10-09T07:53:28.3139878Z Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2023-10-09T07:53:28.3513775Z Collecting attrs==23.1.0 (from -r ./scripts/requirements.txt (line 13)) 2023-10-09T07:53:28.3531654Z Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2023-10-09T07:53:28.3880885Z Collecting azure-ai-formrecognizer==3.3.0 (from -r ./scripts/requirements.txt (line 15)) 2023-10-09T07:53:28.3882802Z Obtaining dependency information for azure-ai-formrecognizer==3.3.0 from https://files.pythonhosted.org/packages/ec/d6/255f4afed1e4d0e2aaf1b988d4c5ae453b65d9b92a3370634d7523804fd7/azure_ai_formrecognizer-3.3.0-py3-none-any.whl.metadata 2023-10-09T07:53:28.3900613Z Using cached azure_ai_formrecognizer-3.3.0-py3-none-any.whl.metadata (61 kB) 2023-10-09T07:53:28.4486179Z Collecting azure-common==1.1.28 (from -r ./scripts/requirements.txt (line 17)) 2023-10-09T07:53:28.4503715Z Using cached azure_common-1.1.28-py2.py3-none-any.whl (14 kB) 2023-10-09T07:53:28.4867452Z Collecting azure-core==1.29.4 (from -r ./scripts/requirements.txt (line 21)) 2023-10-09T07:53:28.4869386Z Obtaining dependency information for azure-core==1.29.4 from https://files.pythonhosted.org/packages/98/3a/d53e2b8a75c448ef45d7ae4b0659eb6c0d48978f25a709e2a39894a48704/azure_core-1.29.4-py3-none-any.whl.metadata 2023-10-09T07:53:28.4887098Z Using cached azure_core-1.29.4-py3-none-any.whl.metadata (36 kB) 2023-10-09T07:53:28.5374262Z Collecting azure-identity==1.14.0 (from -r ./scripts/requirements.txt (line 29)) 2023-10-09T07:53:28.5376089Z Obtaining dependency information for azure-identity==1.14.0 from https://files.pythonhosted.org/packages/42/8d/7701695ca568e373e6b8fa5193733b173ee8630f9b64843164b65a20f8c2/azure_identity-1.14.0-py3-none-any.whl.metadata 2023-10-09T07:53:28.5393973Z Using cached azure_identity-1.14.0-py3-none-any.whl.metadata (69 kB) 2023-10-09T07:53:28.5835677Z Collecting azure-search-documents==11.4.0b6 (from -r ./scripts/requirements.txt (line 31)) 2023-10-09T07:53:28.5837958Z Obtaining dependency information for azure-search-documents==11.4.0b6 from https://files.pythonhosted.org/packages/1f/a2/02f110baa987f1db9d8e737abbe6bc73da33c485caa83e1263ee8ca4ca21/azure_search_documents-11.4.0b6-py3-none-any.whl.metadata 2023-10-09T07:53:28.5855864Z Using cached azure_search_documents-11.4.0b6-py3-none-any.whl.metadata (22 kB) 2023-10-09T07:53:28.6344846Z Collecting azure-storage-blob==12.18.2 (from -r ./scripts/requirements.txt (line 33)) 2023-10-09T07:53:28.6346664Z Obtaining dependency information for azure-storage-blob==12.18.2 from https://files.pythonhosted.org/packages/7c/14/03baf5163186a95469d5f86031bde2bd35f3dec6ed3c8b87c876aa0f68d4/azure_storage_blob-12.18.2-py3-none-any.whl.metadata 2023-10-09T07:53:28.6365315Z Using cached azure_storage_blob-12.18.2-py3-none-any.whl.metadata (26 kB) 2023-10-09T07:53:28.7372275Z Collecting azure-storage-file-datalake==12.13.1 (from -r ./scripts/requirements.txt (line 37)) 2023-10-09T07:53:28.7374211Z Obtaining dependency information for azure-storage-file-datalake==12.13.1 from https://files.pythonhosted.org/packages/f6/d3/b66aa84471faf08e4c106c4a89b5b6fe3b93e0b3053f0f225ffd8a61cb34/azure_storage_file_datalake-12.13.1-py3-none-any.whl.metadata 2023-10-09T07:53:28.7391877Z Using cached azure_storage_file_datalake-12.13.1-py3-none-any.whl.metadata (15 kB) 2023-10-09T07:53:28.7854924Z Collecting certifi==2023.7.22 (from -r ./scripts/requirements.txt (line 39)) 2023-10-09T07:53:28.7855542Z Obtaining dependency information for certifi==2023.7.22 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata 2023-10-09T07:53:28.7874649Z Using cached certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) 2023-10-09T07:53:28.8854691Z Collecting cffi==1.16.0 (from -r ./scripts/requirements.txt (line 43)) 2023-10-09T07:53:28.8856545Z Obtaining dependency information for cffi==1.16.0 from https://files.pythonhosted.org/packages/e9/63/e285470a4880a4f36edabe4810057bd4b562c6ddcc165eacf9c3c7210b40/cffi-1.16.0-cp312-cp312-win_amd64.whl.metadata 2023-10-09T07:53:28.8874729Z Using cached cffi-1.16.0-cp312-cp312-win_amd64.whl.metadata (1.5 kB) 2023-10-09T07:53:28.9527393Z Collecting charset-normalizer==3.3.0 (from -r ./scripts/requirements.txt (line 45)) 2023-10-09T07:53:28.9529261Z Obtaining dependency information for charset-normalizer==3.3.0 from https://files.pythonhosted.org/packages/d1/47/148eae656ac376938afc97ed288893c6089038180c9e0782e5423ac0307d/charset_normalizer-3.3.0-cp312-cp312-win_amd64.whl.metadata 2023-10-09T07:53:28.9547932Z Using cached charset_normalizer-3.3.0-cp312-cp312-win_amd64.whl.metadata (33 kB) 2023-10-09T07:53:29.1120647Z Collecting cryptography==41.0.4 (from -r ./scripts/requirements.txt (line 49)) 2023-10-09T07:53:29.1122458Z Obtaining dependency information for cryptography==41.0.4 from https://files.pythonhosted.org/packages/d7/78/29d8332bebfe3c2d49a63fb23e1c9fc73a13507b5206b98479fda04c993b/cryptography-41.0.4-cp37-abi3-win_amd64.whl.metadata 2023-10-09T07:53:29.1141193Z Using cached cryptography-41.0.4-cp37-abi3-win_amd64.whl.metadata (5.3 kB) 2023-10-09T07:53:29.1421198Z Collecting et-xmlfile==1.1.0 (from -r ./scripts/requirements.txt (line 55)) 2023-10-09T07:53:29.1437483Z Using cached et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB) 2023-10-09T07:53:29.2019967Z Collecting frozenlist==1.4.0 (from -r ./scripts/requirements.txt (line 57)) 2023-10-09T07:53:29.2039973Z Using cached frozenlist-1.4.0.tar.gz (90 kB) 2023-10-09T07:53:29.2415740Z Installing build dependencies: started 2023-10-09T07:53:32.2826567Z Installing build dependencies: finished with status 'done' 2023-10-09T07:53:32.2853113Z Getting requirements to build wheel: started 2023-10-09T07:53:32.6935980Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:53:32.7033603Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:33.6424147Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:33.6424521Z Collecting idna==3.4 (from -r ./scripts/requirements.txt (line 61)) 2023-10-09T07:53:33.6424753Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2023-10-09T07:53:33.6425002Z Collecting isodate==0.6.1 (from -r ./scripts/requirements.txt (line 65)) 2023-10-09T07:53:33.6425275Z Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB) 2023-10-09T07:53:33.6425538Z Collecting msal==1.24.1 (from -r ./scripts/requirements.txt (line 71)) 2023-10-09T07:53:33.6425976Z Obtaining dependency information for msal==1.24.1 from https://files.pythonhosted.org/packages/35/33/0fd933b627879a9855d02a83a57929b45d0bdbeb050ddd63109cc404fbf6/msal-1.24.1-py2.py3-none-any.whl.metadata 2023-10-09T07:53:33.6427246Z Using cached msal-1.24.1-py2.py3-none-any.whl.metadata (11 kB) 2023-10-09T07:53:33.6427539Z Collecting msal-extensions==1.0.0 (from -r ./scripts/requirements.txt (line 75)) 2023-10-09T07:53:33.6427816Z Using cached msal_extensions-1.0.0-py2.py3-none-any.whl (19 kB) 2023-10-09T07:53:33.6428095Z Collecting msrest==0.7.1 (from -r ./scripts/requirements.txt (line 77)) 2023-10-09T07:53:33.6428350Z Using cached msrest-0.7.1-py3-none-any.whl (85 kB) 2023-10-09T07:53:33.6428601Z Collecting multidict==6.0.4 (from -r ./scripts/requirements.txt (line 79)) 2023-10-09T07:53:33.6428897Z Using cached multidict-6.0.4.tar.gz (51 kB) 2023-10-09T07:53:33.6429112Z Installing build dependencies: started 2023-10-09T07:53:36.2897121Z Installing build dependencies: finished with status 'done' 2023-10-09T07:53:36.2960868Z Getting requirements to build wheel: started 2023-10-09T07:53:36.6882935Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:53:36.6974371Z Installing backend dependencies: started 2023-10-09T07:53:37.8552545Z Installing backend dependencies: finished with status 'done' 2023-10-09T07:53:37.8581001Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:38.2567802Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:38.4337668Z Collecting numpy==1.26.0 (from -r ./scripts/requirements.txt (line 83)) 2023-10-09T07:53:38.4339541Z Obtaining dependency information for numpy==1.26.0 from https://files.pythonhosted.org/packages/98/d7/1cc7a11118408ad21a5379ff2a4e0b0e27504c68ef6e808ebaa90ee95902/numpy-1.26.0-cp312-cp312-win_amd64.whl.metadata 2023-10-09T07:53:38.4358162Z Using cached numpy-1.26.0-cp312-cp312-win_amd64.whl.metadata (61 kB) 2023-10-09T07:53:38.4855566Z Collecting oauthlib==3.2.2 (from -r ./scripts/requirements.txt (line 88)) 2023-10-09T07:53:38.4872664Z Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2023-10-09T07:53:38.5265928Z Collecting openai[datalib]==0.28.1 (from -r ./scripts/requirements.txt (line 90)) 2023-10-09T07:53:38.5267768Z Obtaining dependency information for openai[datalib]==0.28.1 from https://files.pythonhosted.org/packages/1e/9f/385c25502f437686e4aa715969e5eaf5c2cb5e5ffa7c5cdd52f3c6ae967a/openai-0.28.1-py3-none-any.whl.metadata 2023-10-09T07:53:38.5284433Z Using cached openai-0.28.1-py3-none-any.whl.metadata (11 kB) 2023-10-09T07:53:38.5768420Z Collecting openpyxl==3.1.2 (from -r ./scripts/requirements.txt (line 92)) 2023-10-09T07:53:38.5788415Z Using cached openpyxl-3.1.2-py2.py3-none-any.whl (249 kB) 2023-10-09T07:53:38.6944980Z Collecting pandas==2.1.1 (from -r ./scripts/requirements.txt (line 94)) 2023-10-09T07:53:38.6946826Z Obtaining dependency information for pandas==2.1.1 from https://files.pythonhosted.org/packages/89/c8/466196b756d74326820fe227743105fda0198a133f18916610e068540f0f/pandas-2.1.1-cp312-cp312-win_amd64.whl.metadata 2023-10-09T07:53:38.6964667Z Using cached pandas-2.1.1-cp312-cp312-win_amd64.whl.metadata (18 kB) 2023-10-09T07:53:38.7557407Z Collecting pandas-stubs==2.1.1.230928 (from -r ./scripts/requirements.txt (line 96)) 2023-10-09T07:53:38.7559300Z Obtaining dependency information for pandas-stubs==2.1.1.230928 from https://files.pythonhosted.org/packages/ad/22/ef8d68f5506b4dad7b9597de0d6370c0103a7ec4cd2c258750ddc16597cd/pandas_stubs-2.1.1.230928-py3-none-any.whl.metadata 2023-10-09T07:53:38.7576828Z Using cached pandas_stubs-2.1.1.230928-py3-none-any.whl.metadata (9.6 kB) 2023-10-09T07:53:38.8086587Z Collecting portalocker==2.8.2 (from -r ./scripts/requirements.txt (line 98)) 2023-10-09T07:53:38.8087270Z Obtaining dependency information for portalocker==2.8.2 from https://files.pythonhosted.org/packages/17/9e/87671efcca80ba6203811540ed1f9c0462c1609d2281d7b7f53cef05da3d/portalocker-2.8.2-py3-none-any.whl.metadata 2023-10-09T07:53:38.8104028Z Using cached portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB) 2023-10-09T07:53:38.8457854Z Collecting pycparser==2.21 (from -r ./scripts/requirements.txt (line 100)) 2023-10-09T07:53:38.8500274Z Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2023-10-09T07:53:38.8852400Z Collecting pyjwt[crypto]==2.8.0 (from -r ./scripts/requirements.txt (line 102)) 2023-10-09T07:53:38.8854270Z Obtaining dependency information for pyjwt[crypto]==2.8.0 from https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl.metadata 2023-10-09T07:53:38.8870336Z Using cached PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB) 2023-10-09T07:53:38.9173867Z Collecting pypdf==3.16.2 (from -r ./scripts/requirements.txt (line 104)) 2023-10-09T07:53:38.9175605Z Obtaining dependency information for pypdf==3.16.2 from https://files.pythonhosted.org/packages/bf/53/8840f93c5dcd108c02cac7343e194f9dc5d15ade6200ccc661ab4e1352b5/pypdf-3.16.2-py3-none-any.whl.metadata 2023-10-09T07:53:38.9192033Z Using cached pypdf-3.16.2-py3-none-any.whl.metadata (7.3 kB) 2023-10-09T07:53:39.0070544Z Collecting python-dateutil==2.8.2 (from -r ./scripts/requirements.txt (line 106)) 2023-10-09T07:53:39.0093019Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2023-10-09T07:53:39.0715683Z Collecting pytz==2023.3.post1 (from -r ./scripts/requirements.txt (line 108)) 2023-10-09T07:53:39.0717624Z Obtaining dependency information for pytz==2023.3.post1 from https://files.pythonhosted.org/packages/32/4d/aaf7eff5deb402fd9a24a1449a8119f00d74ae9c2efa79f8ef9994261fc2/pytz-2023.3.post1-py2.py3-none-any.whl.metadata 2023-10-09T07:53:39.0735426Z Using cached pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB) 2023-10-09T07:53:39.3640553Z Collecting regex==2023.8.8 (from -r ./scripts/requirements.txt (line 110)) 2023-10-09T07:53:39.3668590Z Using cached regex-2023.8.8.tar.gz (392 kB) 2023-10-09T07:53:39.4173762Z Installing build dependencies: started 2023-10-09T07:53:42.1148839Z Installing build dependencies: finished with status 'done' 2023-10-09T07:53:42.1172889Z Getting requirements to build wheel: started 2023-10-09T07:53:42.4774420Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:53:42.4869580Z Installing backend dependencies: started 2023-10-09T07:53:43.6607061Z Installing backend dependencies: finished with status 'done' 2023-10-09T07:53:43.6636131Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:44.0643135Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:44.1220497Z Collecting requests==2.31.0 (from -r ./scripts/requirements.txt (line 112)) 2023-10-09T07:53:44.1222446Z Obtaining dependency information for requests==2.31.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata 2023-10-09T07:53:44.1241540Z Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 2023-10-09T07:53:44.1570863Z Collecting requests-oauthlib==1.3.1 (from -r ./scripts/requirements.txt (line 120)) 2023-10-09T07:53:44.1586836Z Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) 2023-10-09T07:53:44.1890487Z Collecting six==1.16.0 (from -r ./scripts/requirements.txt (line 122)) 2023-10-09T07:53:44.1907959Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2023-10-09T07:53:44.2257888Z Collecting tenacity==8.2.3 (from -r ./scripts/requirements.txt (line 127)) 2023-10-09T07:53:44.2259661Z Obtaining dependency information for tenacity==8.2.3 from https://files.pythonhosted.org/packages/f4/f1/990741d5bb2487d529d20a433210ffa136a367751e454214013b441c4575/tenacity-8.2.3-py3-none-any.whl.metadata 2023-10-09T07:53:44.2277487Z Using cached tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB) 2023-10-09T07:53:44.2731847Z Collecting tiktoken==0.5.1 (from -r ./scripts/requirements.txt (line 129)) 2023-10-09T07:53:44.2749473Z Using cached tiktoken-0.5.1.tar.gz (32 kB) 2023-10-09T07:53:44.3136854Z Installing build dependencies: started 2023-10-09T07:53:47.8386370Z Installing build dependencies: finished with status 'done' 2023-10-09T07:53:47.8411787Z Getting requirements to build wheel: started 2023-10-09T07:53:48.3270893Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:53:48.3402091Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:48.8271654Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:48.9003929Z Collecting tqdm==4.66.1 (from -r ./scripts/requirements.txt (line 131)) 2023-10-09T07:53:48.9006097Z Obtaining dependency information for tqdm==4.66.1 from https://files.pythonhosted.org/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl.metadata 2023-10-09T07:53:48.9023719Z Using cached tqdm-4.66.1-py3-none-any.whl.metadata (57 kB) 2023-10-09T07:53:48.9537886Z Collecting types-pytz==2023.3.1.1 (from -r ./scripts/requirements.txt (line 133)) 2023-10-09T07:53:48.9539967Z Obtaining dependency information for types-pytz==2023.3.1.1 from https://files.pythonhosted.org/packages/79/4f/58c28f50233612d9890cc2b068aee977ef3f7d6434ef4debf98162e34152/types_pytz-2023.3.1.1-py3-none-any.whl.metadata 2023-10-09T07:53:48.9555986Z Using cached types_pytz-2023.3.1.1-py3-none-any.whl.metadata (1.3 kB) 2023-10-09T07:53:48.9925652Z Collecting typing-extensions==4.8.0 (from -r ./scripts/requirements.txt (line 135)) 2023-10-09T07:53:48.9927779Z Obtaining dependency information for typing-extensions==4.8.0 from https://files.pythonhosted.org/packages/24/21/7d397a4b7934ff4028987914ac1044d3b7d52712f30e2ac7a2ae5bc86dd0/typing_extensions-4.8.0-py3-none-any.whl.metadata 2023-10-09T07:53:48.9943875Z Using cached typing_extensions-4.8.0-py3-none-any.whl.metadata (3.0 kB) 2023-10-09T07:53:49.1028767Z Collecting tzdata==2023.3 (from -r ./scripts/requirements.txt (line 141)) 2023-10-09T07:53:49.1054699Z Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2023-10-09T07:53:49.1611615Z Collecting urllib3==2.0.5 (from -r ./scripts/requirements.txt (line 143)) 2023-10-09T07:53:49.1612253Z Obtaining dependency information for urllib3==2.0.5 from https://files.pythonhosted.org/packages/37/dc/399e63f5d1d96bb643404ee830657f4dfcf8503f5ba8fa3c6d465d0c57fe/urllib3-2.0.5-py3-none-any.whl.metadata 2023-10-09T07:53:49.1630026Z Using cached urllib3-2.0.5-py3-none-any.whl.metadata (6.6 kB) 2023-10-09T07:53:49.2632811Z Collecting yarl==1.9.2 (from -r ./scripts/requirements.txt (line 145)) 2023-10-09T07:53:49.2655193Z Using cached yarl-1.9.2.tar.gz (184 kB) 2023-10-09T07:53:49.3165172Z Installing build dependencies: started 2023-10-09T07:53:52.3089725Z Installing build dependencies: finished with status 'done' 2023-10-09T07:53:52.3145865Z Getting requirements to build wheel: started 2023-10-09T07:53:52.7124846Z Getting requirements to build wheel: finished with status 'done' 2023-10-09T07:53:52.7239662Z Preparing metadata (pyproject.toml): started 2023-10-09T07:53:53.1419993Z Preparing metadata (pyproject.toml): finished with status 'done' 2023-10-09T07:53:53.5589646Z Collecting pywin32>=226 (from portalocker==2.8.2->-r ./scripts/requirements.txt (line 98)) 2023-10-09T07:53:53.5801730Z Using cached pywin32-306-cp312-cp312-win_amd64.whl (9.2 MB) 2023-10-09T07:53:53.7840489Z Collecting colorama (from tqdm==4.66.1->-r ./scripts/requirements.txt (line 131)) 2023-10-09T07:53:53.7857585Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2023-10-09T07:53:53.9103852Z Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2023-10-09T07:53:53.9131297Z Using cached azure_ai_formrecognizer-3.3.0-py3-none-any.whl (297 kB) 2023-10-09T07:53:53.9159715Z Using cached azure_core-1.29.4-py3-none-any.whl (192 kB) 2023-10-09T07:53:53.9181859Z Using cached azure_identity-1.14.0-py3-none-any.whl (160 kB) 2023-10-09T07:53:53.9207881Z Using cached azure_search_documents-11.4.0b6-py3-none-any.whl (306 kB) 2023-10-09T07:53:53.9240088Z Using cached azure_storage_blob-12.18.2-py3-none-any.whl (392 kB) 2023-10-09T07:53:53.9267789Z Using cached azure_storage_file_datalake-12.13.1-py3-none-any.whl (249 kB) 2023-10-09T07:53:53.9290921Z Using cached certifi-2023.7.22-py3-none-any.whl (158 kB) 2023-10-09T07:53:54.9282811Z Using cached cffi-1.16.0-cp312-cp312-win_amd64.whl (181 kB) 2023-10-09T07:53:54.9283162Z Using cached charset_normalizer-3.3.0-cp312-cp312-win_amd64.whl (98 kB) 2023-10-09T07:53:54.9283437Z Using cached cryptography-41.0.4-cp37-abi3-win_amd64.whl (2.7 MB) 2023-10-09T07:53:54.9283686Z Using cached msal-1.24.1-py2.py3-none-any.whl (95 kB) 2023-10-09T07:53:54.9283938Z Using cached numpy-1.26.0-cp312-cp312-win_amd64.whl (15.5 MB) 2023-10-09T07:53:54.9284179Z Using cached pandas-2.1.1-cp312-cp312-win_amd64.whl (10.5 MB) 2023-10-09T07:53:54.9284435Z Using cached pandas_stubs-2.1.1.230928-py3-none-any.whl (153 kB) 2023-10-09T07:53:54.9284683Z Using cached portalocker-2.8.2-py3-none-any.whl (17 kB) 2023-10-09T07:53:54.9284900Z Using cached pypdf-3.16.2-py3-none-any.whl (276 kB) 2023-10-09T07:53:54.9285139Z Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) 2023-10-09T07:53:54.9285386Z Using cached requests-2.31.0-py3-none-any.whl (62 kB) 2023-10-09T07:53:54.9285596Z Using cached tenacity-8.2.3-py3-none-any.whl (24 kB) 2023-10-09T07:53:54.9285822Z Using cached tqdm-4.66.1-py3-none-any.whl (78 kB) 2023-10-09T07:53:54.9286058Z Using cached types_pytz-2023.3.1.1-py3-none-any.whl (4.9 kB) 2023-10-09T07:53:54.9286303Z Using cached typing_extensions-4.8.0-py3-none-any.whl (31 kB) 2023-10-09T07:53:54.9286540Z Using cached urllib3-2.0.5-py3-none-any.whl (123 kB) 2023-10-09T07:53:54.9286769Z Using cached openai-0.28.1-py3-none-any.whl (76 kB) 2023-10-09T07:53:54.9286983Z Using cached PyJWT-2.8.0-py3-none-any.whl (22 kB) 2023-10-09T07:53:54.9287247Z Building wheels for collected packages: aiohttp, frozenlist, multidict, regex, tiktoken, yarl 2023-10-09T07:53:54.9287513Z Building wheel for aiohttp (pyproject.toml): started 2023-10-09T07:53:55.0466563Z Building wheel for aiohttp (pyproject.toml): finished with status 'error' 2023-10-09T07:53:55.0524942Z error: subprocess-exited-with-error 2023-10-09T07:53:55.0525320Z
2023-10-09T07:53:55.0535154Z Building wheel for aiohttp (pyproject.toml) did not run successfully. 2023-10-09T07:53:55.0613082Z exit code: 1 2023-10-09T07:53:55.0625362Z
2023-10-09T07:53:55.0634514Z [94 lines of output] 2023-10-09T07:53:55.0710581Z 2023-10-09T07:53:55.0717235Z Accelerated build 2023-10-09T07:53:55.0735358Z 2023-10-09T07:53:55.0766505Z running bdist_wheel 2023-10-09T07:53:55.0806554Z running build 2023-10-09T07:53:55.0835346Z running build_py 2023-10-09T07:53:55.0841190Z creating build 2023-10-09T07:53:55.0848348Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:55.0855719Z creating build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0856083Z copying aiohttp\abc.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0856410Z copying aiohttp\base_protocol.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0856732Z copying aiohttp\client.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0857072Z copying aiohttp\client_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0857431Z copying aiohttp\client_proto.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0857776Z copying aiohttp\client_reqrep.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0858121Z copying aiohttp\client_ws.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0858450Z copying aiohttp\connector.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0858789Z copying aiohttp\cookiejar.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0859140Z copying aiohttp\formdata.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0859478Z copying aiohttp\hdrs.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0859819Z copying aiohttp\helpers.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0860350Z copying aiohttp\http.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0860641Z copying aiohttp\http_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0860945Z copying aiohttp\http_parser.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0861274Z copying aiohttp\http_websocket.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0861580Z copying aiohttp\http_writer.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0861881Z copying aiohttp\locks.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0862194Z copying aiohttp\log.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0862540Z copying aiohttp\multipart.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0862885Z copying aiohttp\payload.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0863212Z copying aiohttp\payload_streamer.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0863544Z copying aiohttp\pytest_plugin.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0863866Z copying aiohttp\resolver.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0864179Z copying aiohttp\streams.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0864469Z copying aiohttp\tcp_helpers.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0864789Z copying aiohttp\test_utils.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0865089Z copying aiohttp\tracing.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0865405Z copying aiohttp\typedefs.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0865700Z copying aiohttp\web.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0866012Z copying aiohttp\web_app.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0866355Z copying aiohttp\web_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0866683Z copying aiohttp\web_fileresponse.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0867003Z copying aiohttp\web_log.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0867503Z copying aiohttp\web_middlewares.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0867845Z copying aiohttp\web_protocol.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0868165Z copying aiohttp\web_request.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0868506Z copying aiohttp\web_response.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0868844Z copying aiohttp\web_routedef.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0869189Z copying aiohttp\web_runner.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0869528Z copying aiohttp\web_server.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0869896Z copying aiohttp\web_urldispatcher.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0870239Z copying aiohttp\web_ws.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0870572Z copying aiohttp\worker.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0870886Z copying aiohttp__init__.py -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0871176Z running egg_info 2023-10-09T07:53:55.0871429Z writing aiohttp.egg-info\PKG-INFO 2023-10-09T07:53:55.0871715Z writing dependency_links to aiohttp.egg-info\dependency_links.txt 2023-10-09T07:53:55.0872024Z writing requirements to aiohttp.egg-info\requires.txt 2023-10-09T07:53:55.0872326Z writing top-level names to aiohttp.egg-info\top_level.txt 2023-10-09T07:53:55.0872635Z reading manifest file 'aiohttp.egg-info\SOURCES.txt' 2023-10-09T07:53:55.0872913Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:55.0873492Z warning: no files found matching 'aiohttp' anywhere in distribution 2023-10-09T07:53:55.0873831Z warning: no previously-included files matching '.pyc' found anywhere in distribution 2023-10-09T07:53:55.0874174Z warning: no previously-included files matching '.pyd' found anywhere in distribution 2023-10-09T07:53:55.0874499Z warning: no previously-included files matching '.so' found anywhere in distribution 2023-10-09T07:53:55.0874822Z warning: no previously-included files matching '.lib' found anywhere in distribution 2023-10-09T07:53:55.0875185Z warning: no previously-included files matching '.dll' found anywhere in distribution 2023-10-09T07:53:55.0875513Z warning: no previously-included files matching '.a' found anywhere in distribution 2023-10-09T07:53:55.0875820Z warning: no previously-included files matching '.obj' found anywhere in distribution 2023-10-09T07:53:55.0876162Z warning: no previously-included files found matching 'aiohttp\.html' 2023-10-09T07:53:55.0876491Z no previously-included directories found matching 'docs_build' 2023-10-09T07:53:55.0876784Z adding license file 'LICENSE.txt' 2023-10-09T07:53:55.0877053Z writing manifest file 'aiohttp.egg-info\SOURCES.txt' 2023-10-09T07:53:55.0877413Z copying aiohttp_cparser.pxd -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0877764Z copying aiohttp_find_header.pxd -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0878110Z copying aiohttp_headers.pxi -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0878440Z copying aiohttp_helpers.pyi -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0878771Z copying aiohttp_helpers.pyx -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0879119Z copying aiohttp_http_parser.pyx -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0879446Z copying aiohttp_http_writer.pyx -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0879742Z copying aiohttp_websocket.pyx -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0880045Z copying aiohttp\py.typed -> build\lib.win-amd64-cpython-312\aiohttp 2023-10-09T07:53:55.0880353Z creating build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:55.0880663Z copying aiohttp.hash_cparser.pxd.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:55.0881161Z copying aiohttp.hash_find_header.pxd.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:55.0881525Z copying aiohttp.hash_helpers.pyi.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:55.0881881Z copying aiohttp.hash_helpers.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:55.0882233Z copying aiohttp.hash_http_parser.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:55.0882610Z copying aiohttp.hash_http_writer.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:55.0882983Z copying aiohttp.hash_websocket.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:55.0883329Z copying aiohttp.hash\hdrs.py.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash 2023-10-09T07:53:55.0883588Z running build_ext 2023-10-09T07:53:55.0883821Z building 'aiohttp._websocket' extension 2023-10-09T07:53:55.0884229Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:55.0884557Z [end of output] 2023-10-09T07:53:55.0884749Z
2023-10-09T07:53:55.0885017Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:55.0885313Z ERROR: Failed building wheel for aiohttp 2023-10-09T07:53:55.0885570Z Building wheel for frozenlist (pyproject.toml): started 2023-10-09T07:53:55.4767655Z Building wheel for frozenlist (pyproject.toml): finished with status 'error' 2023-10-09T07:53:55.4795468Z error: subprocess-exited-with-error 2023-10-09T07:53:55.4796015Z
2023-10-09T07:53:55.4796363Z Building wheel for frozenlist (pyproject.toml) did not run successfully. 2023-10-09T07:53:55.4796722Z exit code: 1 2023-10-09T07:53:55.4796979Z
2023-10-09T07:53:55.4797213Z [33 lines of output] 2023-10-09T07:53:55.4797497Z 2023-10-09T07:53:55.4797795Z Accelerated build 2023-10-09T07:53:55.4798063Z 2023-10-09T07:53:55.4798340Z running bdist_wheel 2023-10-09T07:53:55.4798616Z running build 2023-10-09T07:53:55.4798979Z running build_py 2023-10-09T07:53:55.4799642Z creating build 2023-10-09T07:53:55.4801602Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:55.4802178Z creating build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:55.4802581Z copying frozenlist__init__.py -> build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:55.4802929Z running egg_info 2023-10-09T07:53:55.4803242Z writing frozenlist.egg-info\PKG-INFO 2023-10-09T07:53:55.4803575Z writing dependency_links to frozenlist.egg-info\dependency_links.txt 2023-10-09T07:53:55.4805028Z writing top-level names to frozenlist.egg-info\top_level.txt 2023-10-09T07:53:55.4805412Z reading manifest file 'frozenlist.egg-info\SOURCES.txt' 2023-10-09T07:53:55.4805761Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:55.4806126Z warning: no previously-included files matching '.pyc' found anywhere in distribution 2023-10-09T07:53:55.4806532Z warning: no previously-included files matching '.pyd' found anywhere in distribution 2023-10-09T07:53:55.4807043Z warning: no previously-included files matching '.so' found anywhere in distribution 2023-10-09T07:53:55.4807452Z warning: no previously-included files matching '.lib' found anywhere in distribution 2023-10-09T07:53:55.4807874Z warning: no previously-included files matching '.dll' found anywhere in distribution 2023-10-09T07:53:55.4808303Z warning: no previously-included files matching '.a' found anywhere in distribution 2023-10-09T07:53:55.4808754Z warning: no previously-included files matching '.obj' found anywhere in distribution 2023-10-09T07:53:55.4809194Z warning: no previously-included files found matching 'frozenlist\.html' 2023-10-09T07:53:55.4809607Z no previously-included directories found matching 'docs_build' 2023-10-09T07:53:55.4810130Z adding license file 'LICENSE' 2023-10-09T07:53:55.4810532Z writing manifest file 'frozenlist.egg-info\SOURCES.txt' 2023-10-09T07:53:55.4810958Z copying frozenlist__init__.pyi -> build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:55.4811424Z copying frozenlist_frozenlist.pyx -> build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:55.4811830Z copying frozenlist\py.typed -> build\lib.win-amd64-cpython-312\frozenlist 2023-10-09T07:53:55.4812115Z running build_ext 2023-10-09T07:53:55.4812396Z building 'frozenlist._frozenlist' extension 2023-10-09T07:53:55.4812784Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:55.4813138Z [end of output] 2023-10-09T07:53:55.4813378Z
2023-10-09T07:53:55.4813665Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:55.4814060Z ERROR: Failed building wheel for frozenlist 2023-10-09T07:53:55.4839918Z Building wheel for multidict (pyproject.toml): started 2023-10-09T07:53:55.9012798Z Building wheel for multidict (pyproject.toml): finished with status 'error' 2023-10-09T07:53:55.9049853Z error: subprocess-exited-with-error 2023-10-09T07:53:55.9050194Z
2023-10-09T07:53:55.9050549Z Building wheel for multidict (pyproject.toml) did not run successfully. 2023-10-09T07:53:55.9050894Z exit code: 1 2023-10-09T07:53:55.9051129Z
2023-10-09T07:53:55.9051388Z [74 lines of output] 2023-10-09T07:53:55.9051664Z 2023-10-09T07:53:55.9051955Z Accelerated build 2023-10-09T07:53:55.9052444Z 2023-10-09T07:53:55.9052735Z running bdist_wheel 2023-10-09T07:53:55.9053130Z running build 2023-10-09T07:53:55.9053656Z running build_py 2023-10-09T07:53:55.9055853Z creating build 2023-10-09T07:53:55.9056420Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:55.9056802Z creating build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:55.9057191Z copying multidict_abc.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:55.9057586Z copying multidict_compat.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:55.9059106Z copying multidict_multidict_base.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:55.9059589Z copying multidict_multidict_py.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:55.9059990Z copying multidict__init.py -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:55.9060333Z running egg_info 2023-10-09T07:53:55.9060651Z writing multidict.egg-info\PKG-INFO 2023-10-09T07:53:55.9061078Z writing dependency_links to multidict.egg-info\dependency_links.txt 2023-10-09T07:53:55.9061462Z writing top-level names to multidict.egg-info\top_level.txt 2023-10-09T07:53:55.9061835Z reading manifest file 'multidict.egg-info\SOURCES.txt' 2023-10-09T07:53:55.9062199Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:55.9062604Z warning: no previously-included files matching '.pyc' found anywhere in distribution 2023-10-09T07:53:55.9063055Z warning: no previously-included files found matching 'multidict_multidict.html' 2023-10-09T07:53:55.9063502Z warning: no previously-included files found matching 'multidict*.so' 2023-10-09T07:53:55.9063917Z warning: no previously-included files found matching 'multidict*.pyd' 2023-10-09T07:53:55.9064341Z warning: no previously-included files found matching 'multidict\.pyd' 2023-10-09T07:53:55.9064750Z no previously-included directories found matching 'docs_build' 2023-10-09T07:53:55.9065150Z adding license file 'LICENSE' 2023-10-09T07:53:55.9065518Z writing manifest file 'multidict.egg-info\SOURCES.txt' 2023-10-09T07:53:55.9066095Z C:\Users\agent\AppData\Local\Temp\pip-build-env-yypt4wyc\overlay\Lib\site-packages\setuptools\command\build_py.py:204: _Warning: Package 'multidict._multilib' is absent from the packages configuration. 2023-10-09T07:53:55.9066670Z !! 2023-10-09T07:53:55.9066893Z
2023-10-09T07:53:55.9067220Z **** 2023-10-09T07:53:55.9067514Z ############################ 2023-10-09T07:53:55.9067773Z # Package would be ignored # 2023-10-09T07:53:55.9068043Z ############################ 2023-10-09T07:53:55.9068358Z Python recognizes 'multidict._multilib' as an importable package[^1], 2023-10-09T07:53:55.9068697Z but it is absent from setuptools' packages configuration. 2023-10-09T07:53:55.9069007Z
2023-10-09T07:53:55.9069353Z This leads to an ambiguous overall configuration. If you want to distribute this 2023-10-09T07:53:55.9069781Z package, please make sure that 'multidict._multilib' is explicitly added 2023-10-09T07:53:55.9070147Z to the packages configuration field. 2023-10-09T07:53:55.9070454Z
2023-10-09T07:53:55.9070790Z Alternatively, you can also rely on setuptools' discovery methods 2023-10-09T07:53:55.9071194Z (for example by using find_namespace_packages(...)/find_namespace: 2023-10-09T07:53:55.9071577Z instead of find_packages(...)/find:). 2023-10-09T07:53:55.9071880Z
2023-10-09T07:53:55.9072222Z You can read more about "package discovery" on setuptools documentation page: 2023-10-09T07:53:55.9072548Z
2023-10-09T07:53:55.9072898Z - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html 2023-10-09T07:53:55.9073235Z
2023-10-09T07:53:55.9073507Z If you don't want 'multidict._multilib' to be distributed and are 2023-10-09T07:53:55.9074002Z already explicitly excluding 'multidict._multilib' via 2023-10-09T07:53:55.9074345Z find_namespace_packages(...)/find_namespace or find_packages(...)/find, 2023-10-09T07:53:55.9074718Z you can try to use exclude_package_data, or include-package-data=False in 2023-10-09T07:53:55.9075202Z combination with a more fine grained package-data configuration. 2023-10-09T07:53:55.9075665Z
2023-10-09T07:53:55.9076202Z You can read more about "package data files" on setuptools documentation page: 2023-10-09T07:53:55.9077374Z
2023-10-09T07:53:55.9077750Z - https://setuptools.pypa.io/en/latest/userguide/datafiles.html 2023-10-09T07:53:55.9078091Z
2023-10-09T07:53:55.9078323Z
2023-10-09T07:53:55.9078626Z [^1]: For Python, any directory (with suitable naming) can be imported, 2023-10-09T07:53:55.9079079Z even if it does not contain any .py files. 2023-10-09T07:53:55.9079525Z On the other hand, currently there is no concept of package data 2023-10-09T07:53:55.9080115Z directory, all directories are treated like packages. 2023-10-09T07:53:55.9081202Z **** 2023-10-09T07:53:55.9081743Z
2023-10-09T07:53:55.9082148Z !! 2023-10-09T07:53:55.9082908Z check.warn(importable) 2023-10-09T07:53:55.9083369Z copying multidict__init.pyi -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:55.9083761Z copying multidict\py.typed -> build\lib.win-amd64-cpython-312\multidict 2023-10-09T07:53:55.9084235Z running build_ext 2023-10-09T07:53:55.9084695Z building 'multidict._multidict' extension 2023-10-09T07:53:55.9098158Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:55.9098808Z [end of output] 2023-10-09T07:53:55.9099079Z
2023-10-09T07:53:55.9099389Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:55.9099721Z ERROR: Failed building wheel for multidict 2023-10-09T07:53:55.9100108Z Building wheel for regex (pyproject.toml): started 2023-10-09T07:53:56.3103445Z Building wheel for regex (pyproject.toml): finished with status 'error' 2023-10-09T07:53:56.3121810Z error: subprocess-exited-with-error 2023-10-09T07:53:56.3122154Z
2023-10-09T07:53:56.3122522Z Building wheel for regex (pyproject.toml) did not run successfully. 2023-10-09T07:53:56.3122843Z exit code: 1 2023-10-09T07:53:56.3123091Z
2023-10-09T07:53:56.3123338Z [13 lines of output] 2023-10-09T07:53:56.3123603Z running bdist_wheel 2023-10-09T07:53:56.3123879Z running build 2023-10-09T07:53:56.3124155Z running build_py 2023-10-09T07:53:56.3124424Z creating build 2023-10-09T07:53:56.3124698Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:56.3125165Z creating build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:56.3125923Z copying regex_3__init.py -> build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:56.3128075Z copying regex_3\regex.py -> build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:56.3128749Z copying regex_3_regex_core.py -> build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:56.3129160Z copying regex_3\test_regex.py -> build\lib.win-amd64-cpython-312\regex 2023-10-09T07:53:56.3129508Z running build_ext 2023-10-09T07:53:56.3129781Z building 'regex._regex' extension 2023-10-09T07:53:56.3131563Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:56.3132044Z [end of output] 2023-10-09T07:53:56.3132322Z
2023-10-09T07:53:56.3132633Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:56.3133353Z ERROR: Failed building wheel for regex 2023-10-09T07:53:56.3163797Z Building wheel for tiktoken (pyproject.toml): started 2023-10-09T07:53:56.8332586Z Building wheel for tiktoken (pyproject.toml): finished with status 'error' 2023-10-09T07:53:56.8360722Z error: subprocess-exited-with-error 2023-10-09T07:53:56.8361085Z
2023-10-09T07:53:56.8361442Z Building wheel for tiktoken (pyproject.toml) did not run successfully. 2023-10-09T07:53:56.8361788Z exit code: 1 2023-10-09T07:53:56.8362022Z
2023-10-09T07:53:56.8362279Z [38 lines of output] 2023-10-09T07:53:56.8362562Z running bdist_wheel 2023-10-09T07:53:56.8362839Z running build 2023-10-09T07:53:56.8363099Z running build_py 2023-10-09T07:53:56.8363365Z creating build 2023-10-09T07:53:56.8363653Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:56.8364077Z creating build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:56.8364825Z copying tiktoken\core.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:56.8366871Z copying tiktoken\load.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:56.8367508Z copying tiktoken\model.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:56.8367911Z copying tiktoken\registry.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:56.8368334Z copying tiktoken_educational.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:56.8368726Z copying tiktoken\
init__.py -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:56.8370245Z creating build\lib.win-amd64-cpython-312\tiktoken_ext 2023-10-09T07:53:56.8370680Z copying tiktoken_ext\openai_public.py -> build\lib.win-amd64-cpython-312\tiktoken_ext 2023-10-09T07:53:56.8371029Z running egg_info 2023-10-09T07:53:56.8371341Z writing tiktoken.egg-info\PKG-INFO 2023-10-09T07:53:56.8371669Z writing dependency_links to tiktoken.egg-info\dependency_links.txt 2023-10-09T07:53:56.8372136Z writing requirements to tiktoken.egg-info\requires.txt 2023-10-09T07:53:56.8372515Z writing top-level names to tiktoken.egg-info\top_level.txt 2023-10-09T07:53:56.8372881Z reading manifest file 'tiktoken.egg-info\SOURCES.txt' 2023-10-09T07:53:56.8373233Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:56.8373591Z warning: no files found matching 'Makefile' 2023-10-09T07:53:56.8374149Z adding license file 'LICENSE' 2023-10-09T07:53:56.8374491Z writing manifest file 'tiktoken.egg-info\SOURCES.txt' 2023-10-09T07:53:56.8374912Z copying tiktoken\py.typed -> build\lib.win-amd64-cpython-312\tiktoken 2023-10-09T07:53:56.8375271Z running build_ext 2023-10-09T07:53:56.8375593Z running build_rust 2023-10-09T07:53:56.8375916Z error: can't find Rust compiler 2023-10-09T07:53:56.8376212Z
2023-10-09T07:53:56.8376729Z If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. 2023-10-09T07:53:56.8377167Z
2023-10-09T07:53:56.8377386Z To update pip, run: 2023-10-09T07:53:56.8377623Z
2023-10-09T07:53:56.8377867Z pip install --upgrade pip 2023-10-09T07:53:56.8378075Z
2023-10-09T07:53:56.8378351Z and then retry package installation. 2023-10-09T07:53:56.8378609Z
2023-10-09T07:53:56.8379054Z If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain. 2023-10-09T07:53:56.8382406Z [end of output] 2023-10-09T07:53:56.8382706Z
2023-10-09T07:53:56.8383062Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:56.8383513Z ERROR: Failed building wheel for tiktoken 2023-10-09T07:53:56.8407169Z Building wheel for yarl (pyproject.toml): started 2023-10-09T07:53:57.2527321Z Building wheel for yarl (pyproject.toml): finished with status 'error' 2023-10-09T07:53:57.2563107Z error: subprocess-exited-with-error 2023-10-09T07:53:57.2563491Z
2023-10-09T07:53:57.2563839Z Building wheel for yarl (pyproject.toml) did not run successfully. 2023-10-09T07:53:57.2564182Z exit code: 1 2023-10-09T07:53:57.2564452Z
2023-10-09T07:53:57.2564679Z [49 lines of output] 2023-10-09T07:53:57.2565158Z C:\Users\agent\AppData\Local\Temp\pip-build-env-lg5q6nca\overlay\Lib\site-packages\setuptools\config\setupcfg.py:293: _DeprecatedConfig: Deprecated config in setup.cfg 2023-10-09T07:53:57.2565597Z !! 2023-10-09T07:53:57.2565853Z
2023-10-09T07:53:57.2566148Z **** 2023-10-09T07:53:57.2566676Z The license_file parameter is deprecated, use license_files instead. 2023-10-09T07:53:57.2567493Z
2023-10-09T07:53:57.2569951Z By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-10-09T07:53:57.2570460Z or your builds will no longer be supported. 2023-10-09T07:53:57.2570771Z
2023-10-09T07:53:57.2571096Z See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-10-09T07:53:57.2572916Z **** 2023-10-09T07:53:57.2573278Z
2023-10-09T07:53:57.2573533Z !! 2023-10-09T07:53:57.2573856Z parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-10-09T07:53:57.2574164Z ** 2023-10-09T07:53:57.2574563Z Accelerated build 2023-10-09T07:53:57.2574857Z ** 2023-10-09T07:53:57.2575131Z running bdist_wheel 2023-10-09T07:53:57.2575416Z running build 2023-10-09T07:53:57.2575715Z running build_py 2023-10-09T07:53:57.2576013Z creating build 2023-10-09T07:53:57.2576336Z creating build\lib.win-amd64-cpython-312 2023-10-09T07:53:57.2576704Z creating build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:57.2577105Z copying yarl_quoting.py -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:57.2577509Z copying yarl_quoting_py.py -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:57.2577905Z copying yarl_url.py -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:57.2578538Z copying yarl\
init__.py -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:57.2578911Z running egg_info 2023-10-09T07:53:57.2579224Z writing yarl.egg-info\PKG-INFO 2023-10-09T07:53:57.2579536Z writing dependency_links to yarl.egg-info\dependency_links.txt 2023-10-09T07:53:57.2579873Z writing requirements to yarl.egg-info\requires.txt 2023-10-09T07:53:57.2580200Z writing top-level names to yarl.egg-info\top_level.txt 2023-10-09T07:53:57.2580522Z reading manifest file 'yarl.egg-info\SOURCES.txt' 2023-10-09T07:53:57.2580845Z reading manifest template 'MANIFEST.in' 2023-10-09T07:53:57.2581232Z warning: no previously-included files matching '.pyc' found anywhere in distribution 2023-10-09T07:53:57.2581650Z warning: no previously-included files matching '.cache' found anywhere in distribution 2023-10-09T07:53:57.2582031Z warning: no previously-included files found matching 'yarl*.html' 2023-10-09T07:53:57.2583557Z warning: no previously-included files found matching 'yarl*.so' 2023-10-09T07:53:57.2583959Z warning: no previously-included files found matching 'yarl*.pyd' 2023-10-09T07:53:57.2584330Z no previously-included directories found matching 'docs_build' 2023-10-09T07:53:57.2584680Z adding license file 'LICENSE' 2023-10-09T07:53:57.2585014Z writing manifest file 'yarl.egg-info\SOURCES.txt' 2023-10-09T07:53:57.2585371Z copying yarl\
init__.pyi -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:57.2587254Z copying yarl_quoting_c.pyi -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:57.2587634Z copying yarl_quoting_c.pyx -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:57.2588175Z copying yarl\py.typed -> build\lib.win-amd64-cpython-312\yarl 2023-10-09T07:53:57.2588459Z running build_ext 2023-10-09T07:53:57.2588752Z building 'yarl._quoting_c' extension 2023-10-09T07:53:57.2589155Z error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 2023-10-09T07:53:57.2589559Z [end of output] 2023-10-09T07:53:57.2589802Z
2023-10-09T07:53:57.2590103Z note: This error originates from a subprocess, and is likely not a problem with pip. 2023-10-09T07:53:57.2590530Z ERROR: Failed building wheel for yarl 2023-10-09T07:53:57.2590870Z Failed to build aiohttp frozenlist multidict regex tiktoken yarl 2023-10-09T07:53:57.2591282Z ERROR: Could not build wheels for aiohttp, frozenlist, multidict, regex, tiktoken, yarl, which is required to install pyproject.toml-based projects 2023-10-09T07:53:58.6606870Z Running "prepdocs.py" 2023-10-09T07:53:58.7053587Z C:\agent_work\2\s\scripts\prepdocs.py:125: SyntaxWarning: invalid escape sequence '\d' 2023-10-09T07:53:58.7056163Z lambda b: re.match(f"{prefix}-\d+.pdf", b), 2023-10-09T07:53:58.7084505Z C:\agent_work\2\s\scripts\prepdocs.py:599: SyntaxWarning: invalid escape sequence '\d' 2023-10-09T07:53:58.7087381Z epilog="Example: prepdocs.py '..\data*' --storageaccount myaccount --container mycontainer --searchservice mysearch --index myindex -v", 2023-10-09T07:53:58.7469411Z Traceback (most recent call last): 2023-10-09T07:53:58.7469992Z File "C:\agent_work\2\s\scripts\prepdocs.py", line 11, in 2023-10-09T07:53:58.7470360Z import openai 2023-10-09T07:53:58.7470592Z ModuleNotFoundError: No module named 'openai' 2023-10-09T07:53:59.7241903Z 2023-10-09T07:53:59.7242803Z SUCCESS: There are no changes to provision for your application. 2023-10-09T07:53:59.8814360Z [command]C:\Windows\system32\cmd.exe /D /S /C ""C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin\az.cmd" account clear" 2023-10-09T07:54:01.7866605Z ##[section]Finishing: Provision Infrastructure (Win Agent)

mattjames1978 commented 1 year ago

Just an update on this issue but worth flagging for future releases. It was caused by a compatibility issue with running Python 3.12 on the build VM. Reverted back to 3.11 and now all dependencies installed successfully. Once ensuring Microsoft Visual C++ 14.0 was installed the second error was

(also tried updating to aiohttp 3.8.6) has trouble with a couple of wheel components,

building 'aiohttp._websocket' extension creating build\temp.win-amd64-cpython-312 creating build\temp.win-amd64-cpython-312\Release creating build\temp.win-amd64-cpython-312\Release\aiohttp "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.37.32822\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\agent_work\2\s\scripts.venv\include -IC:\Python312\include -IC:\Python312\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.37.32822\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt" /Tcaiohttp/_websocket.c /Fobuild\temp.win-amd64-cpython-312\Release\aiohttp/_websocket.obj _websocket.c aiohttp/_websocket.c(1475): warning C4996: 'Py_OptimizeFlag': deprecated in 3.12 aiohttp/_websocket.c(3042): error C2039: 'ob_digit': is not a member of '_longobject' C:\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' aiohttp/_websocket.c(3097): error C2039: 'ob_digit': is not a member of '_longobject' C:\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' aiohttp/_websocket.c(3238): error C2039: 'ob_digit': is not a member of '_longobject' C:\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' aiohttp/_websocket.c(3293): error C2039: 'ob_digit': is not a member of '_longobject' C:\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' aiohttp/_websocket.c(3744): error C2039: 'ob_digit': is not a member of '_longobject' C:\Python312\include\cpython/longintrepr.h(87): note: see declaration of '_longobject' error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.37.32822\bin\HostX86\x64\cl.exe' failed with exit code 2 [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. Building wheel for frozenlist (pyproject.toml): started ERROR: Failed building wheel for aiohttp

pamelafox commented 1 year ago

Ah, you're right, many packages need 3.12 support. Relevant issues for each: https://github.com/aio-libs/aiohttp/issues/7685 https://github.com/openai/tiktoken/issues/205 https://github.com/MagicStack/uvloop/issues/567 https://github.com/python-greenlet/greenlet/issues/374

Most seem in progress except for tiktoken (I filed that issue myself). Hopefully it will be straightforward for them to support.

mattjames1978 commented 1 year ago

Thanks @pamelafox, had fun and games trying to pin down what the underlying issue was on my pipeline but will keep an eye out for fixes on the those you have suggested. Thanks Matt

jakenoveckmd commented 1 year ago

Workaround is straighforward, worked for me: Install python 3.11 in a virtual environment to your repository directory, then run python in a virtual environment within your directory, then run ./scripts/prepdocs.ps1

pamelafox commented 1 year ago

Great tip! You can also open in GitHub Codespaces or VS Code Dev Containers extension, as the devcontainer.json uses a python:3.11 image.

RubTalha commented 1 year ago

https://stackoverflow.com/questions/77388920/warning-c4996-py-optimizeflag-deprecated-in-3-12-aiohttp-websocket-c3042/77388956#77388956

pamelafox commented 11 months ago

All packages now support 3.12! The tests pass, but I need to do a test deployment before making 3.12 the default. You're welcome to try it yourself in the meantime.

singloudly90 commented 9 months ago

Dear Pamela, thanks for your effort keep testing the libraries.. and appreciate your effort on code enhancement.