-
Hi, I am trying a distributed setup. I traced down the problem to the file: ./lib/python3.10/site-packages/invoke/vendor/yaml3/constructor.py and changed => works now. Had seen such a solution in other contexts. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
When you say, I am trying a distributed setup. What exactly does that mean? What OS? What exact steps are you taking? Looking around this appears to likely be related to Python 3.10+ formally removing the deprecated import of |
Beta Was this translation helpful? Give feedback.
-
Appears to be an issue specifically with older versions of invoke due to python 3.10 removing the deprecated code. You can use your hotfix, or use python 3.9 for now. I will look to update invoke to help alleviate this issue for the future. |
Beta Was this translation helpful? Give feedback.
Appears to be an issue specifically with older versions of invoke due to python 3.10 removing the deprecated code.
You can use your hotfix, or use python 3.9 for now. I will look to update invoke to help alleviate this issue for the future.