Python Markdown 64位安装问题

发布于 2024-11-15 03:05:17 字数 346 浏览 4 评论 0原文

我正在使用 Django for python。 我尝试从这里安装适用于 python 的 Markdown 2.0.3 http://pypi.python.org/pypi /Markdown 但它只有 Windows 32 位版本,我有 Windows 7 64 位。

尝试安装 32 位版本时出现错误:

在注册表中找不到Python安装

我有 python 2.7,可以与 Django 完美配合。

您有什么建议吗?

I'm working with Django for python.
I've tried to install Markdown 2.0.3 for python from here http://pypi.python.org/pypi/Markdown but it only has a windows 32 bit version and I have windows 7 64 bit.

When trying to install the 32 bit version an error appears:

No python installation found in the registry

I do have python 2.7 that works perfectly with Django.

Do you have any suggestions?

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

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

发布评论

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

评论(1

蓬勃野心 2024-11-22 03:05:17

该模块没有 64 位或 32 位版本。 Markdown 是一个纯 python 模块,你可以这样安装它。如果 .exe 由于某种原因无法运行,您可以随时下载 .zip 版本,解压并运行 python setup.py install 在该目录中(前提是 python 在您的 PATH 中)

There is no 64 or 32 bit version of this module. Markdown is a pure-python module and you can install it that way. If the .exe doesn't work for you for some reason, you can always download the .zip version, unpack and run python setup.py install in that directory (provided that python is in your PATH)

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