copytree's dirs_exist_ok parameter is only available in Python 3.8+ #1036
Labels
aiplatform
Issues related to the AI Platform (Unified) API.
api: vertex-ai
Issues related to the googleapis/python-aiplatform API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
python-aiplatform/google/cloud/aiplatform/utils/source_utils.py
Line 174 in 3aec6a7
See https://docs.python.org/3/whatsnew/3.8.html#shutil
Need to replace with something else to support <3.8 or else an exception occurs.
TODO:
_TrainingScriptPythonPackager
The text was updated successfully, but these errors were encountered: