Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Previously, builds were done using a windows image. This resulted in the following warning messages when doing the builds:
ValueError: underlying buffer has been detached
Changing to use a linux image resolves this.
Error:
File "D:\a\_work\1\s\setup.py", line 23, in <module> setup( File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\__init__.py", line 87, in setup return distutils.core.setup(**attrs) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\_distutils\core.py", line 185, in setup return run_commands(dist) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\_distutils\core.py", line 201, in run_commands dist.run_commands() File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\_distutils\dist.py", line 968, in run_commands self.run_command(cmd) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\dist.py", line 1217, in run_command super().run_command(command) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\_distutils\dist.py", line 987, in run_command cmd_obj.run() File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\wheel\bdist_wheel.py", line 422, in run self.write_wheelfile(distinfo_dir) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\wheel\bdist_wheel.py", line 469, in write_wheelfile log.info(f"creating {wheelfile_path}") Message: 'creating build\\bdist.win-amd64\\wheel\\azure_functions-1.20.0.dist-info\\WHEEL' Arguments: ()