我是 python 的新手,我正在尝试为我的项目添加一个新环境,该环境在我当前的环境 Python 3.7.5 上运行良好添加所有依赖项后,我遇到了 pyttsx3 包(用于 python 文本到语音)的问题进一步研究我发现这是Python版本Python 3.7.6的问题 https://github.com/nateshmbhat/pyttsx3/issues/136
这是我当前虚拟环境的 python 版本。这些是我安装环境所遵循的步骤
https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
我希望我可以为我的虚拟环境获取 Python 3.7.7 或 Python 3.7.5(在我当前的计算机上)。
我正在使用 Visual studiocode IDE 。