This repository was archived by the owner on Apr 21, 2025. It is now read-only.
Use vpython3 from depot_tools#501
Merged
iskakaushik merged 1 commit intoflutter:masterfrom Aug 13, 2021
Merged
Conversation
89aebd0 to
e3d1a1d
Compare
e3d1a1d to
919b760
Compare
Contributor
Author
|
cc: @godofredoc |
cbracken
added a commit
that referenced
this pull request
Aug 25, 2021
This reverts commit 8b8c0c7. We've seen flakiness with the following error on Windows since this patch landed: ``` Using base prefix 'C:\\b\\s\\w\\ir\\cipd_bin_packages\\cpython3\\bin' Traceback (most recent call last): File "virtualenv.py", line 2642, in <module> main() File "virtualenv.py", line 859, in main create_environment( File "virtualenv.py", line 1161, in create_environment install_python(home_dir, lib_dir, inc_dir, bin_dir, site_packages=site_packages, clear=clear, symlink=symlink) File "virtualenv.py", line 1450, in install_python copy_required_modules(home_dir, symlink) File "virtualenv.py", line 1342, in copy_required_modules copyfile(filename, dst_filename, symlink) File "virtualenv.py", line 425, in copyfile copy_file_or_folder(src, dest, symlink) File "virtualenv.py", line 400, in copy_file_or_folder shutil.copytree(src, dest, symlink) File "C:\b\s\w\ir\cipd_bin_packages\cpython3\bin\lib\shutil.py", line 557, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, File "C:\b\s\w\ir\cipd_bin_packages\cpython3\bin\lib\shutil.py", line 513, in _copytree raise Error(errors) shutil.Error: [('C:\\b\\s\\w\\ir\\cipd_bin_packages\\cpython3\\bin\\lib\\encodings\\__pycache__\\utf_8.cpython-38.pyc.2398892502592', 'C:\\b\\s\\w\\ir\\cache\\vpython\\51ae26\\lib\\encodings\\__pycache__\\utf_8.cpython-38.pyc.2398892502592', "[Errno 2] No such file or directory: 'C:\\\\b\\\\s\\\\w\\\\ir\\\\cipd_bin_packages\\\\cpython3\\\\bin\\\\lib\\\\encodings\\\\__pycache__\\\\utf_8.cpython-38.pyc.2398892502592'")] ``` Issue: flutter/flutter#88719
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.