You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
distutils.dir_util.copy_tree will be deprecated soon
I was poking around and found that distutils.dir_util package will be deprecated soon (in Python 3.12). That will block potential upgrade to new Python version. This can be replaced with shutil.copytree with some minor changes (distutils version is outputting copied files whereas shutil is not).
To Reproduce
N/A
Expected behaviour
N/A
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
distutils.dir_util.copy_tree will be deprecated soon
I was poking around and found that
distutils.dir_util
package will be deprecated soon (in Python 3.12). That will block potential upgrade to new Python version. This can be replaced withshutil.copytree
with some minor changes (distutils
version is outputting copied files whereasshutil
is not).To Reproduce
N/A
Expected behaviour
N/A
Screenshots
![CleanShot 2023-03-09 at 16 39 49@2x](https://user-images.githubusercontent.com/9534815/224091593-b90437b0-f1a0-4767-801b-26ac5420296c.png)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: