我该如何解决:您正在使用Python 0.0。由于 Visual Studio 不再支持此版本,某些功能可能无法按预期工作?
我正在尝试在 Visual Studio 中创建虚拟环境。我创建了 Python 项目并安装了 Python 3.10。我选择“添加环境...”,为其命名并选择一个requirements.txt 文件。创建环境大约需要 20 分钟,所以我已经创建了更多。然而,即使任务完成,我也无法使用它们,因为它们没有读取适当的 Python 版本。我该如何解决这个问题?
I am trying to create a virtual environment in Visual Studio. I created Python Project and have installed Python 3.10. I selected "Add Environment...", named it and selected a requirements.txt file. It takes about 20 minutes to create the environment, so I already created more. However, even when the tasks are completed, I cannot use them as they do not read the appropriate Python version. How do I solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要么:升级 Visual Studio SDK 版本 - 即使 VS 仍然是 VS 2022,您也可能运行旧版本。
或者:降级你的Python
EITHER: Upgrade the Visual Studio SDK version - you may be running an older version even when STILL is VS 2022.
OR: downgrade your python