
[英]Can I update to Python 3.9 or 3.10 in Anaconda base (root)?
[英]Can you benefit from Python 3.11 in a Python 3.9 or 3.10 environment
I know you can use from __future__
to use type hinting that wasn't available in a previous python version or that sort of ideas, but is it possible to benefit from the accelerations of Python 3.11 in a Python 3.10, 3.9, etc … setup?
我問這個是因為有時允許在工作中安裝的 Python 版本需要時間才能升級到最新版本。 我可以pip install
任何東西,但不更改 Python 版本,所以我不介意解決方案是否需要安裝自定義 package。
聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.