为什么 Python 3 在 PyCharm 中不可用?

发布于 2024-12-03 22:26:00 字数 394 浏览 3 评论 0原文

这是 changelog ,他们说它与 Python 3.2 兼容。现在版本 1.5.4 表示它可以一直工作到 Python 3.1。

我正在 Mac 上运行试用版,该程序使用 2.6 python-default 框架,但我无法获得 python 3.2(我在 Python.framework 中找不到它)。我正在开发一个 python3k 项目,我不想将其转换为 v2 也不想安装 python 3.1。

感谢您的耐心,抱歉英语不好。

This is the changelog of version 1.2 of PyCharm and they say it is compatible with Python 3.2. Now version 1.5.4 say that it's working until Python 3.1.

I'm running the trial version on Mac, and the program it's using 2.6 python-default framework and I can't get python 3.2 one (I can't find it in Python.framework). I'm working on a python3k project and I don't want to translate it to v2 nor install python 3.1.

Thanks for the patience, sorry for bad english.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧伤慢歌 2024-12-10 22:26:00

Pycharm 不包含 python,因此您需要以其他方式获取它。

OSX 仅包含 2.x 系列的 python,因此您需要安装 3.x 系列的 python,

有多种方法可以执行此操作

1) 从 python.org - 因此不需要其他任何东西。

2) 从包管理器安装,例如 macports、fink、homebrew - 如果您有复杂的 C 库依赖项,这会更容易

Pycharm does not include python so you need to get it in another fashion.

OSX only includes a python from the 2.x series so you need to install a python from the 3.x series

there are various ways of doing this

1) Install from python.org - thus requires nothing else.

2) Install from a package manager e.g. macports, fink, homebrew - this makes it easier if you have complex C library dependencies

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文