Python 64 位 3.5 windows 没有正确设置 windows 注册表

Python 3.5 for 64 bit windows not setting the windows registry correctly

我想在安装 python 3.5(64 位)后安装 pySVN(py35-pysvn-svn1814-1.8.0-1667.exe) windows 二进制 kits.But在我的 windows 上,它没有正确设置 windows 注册表。 我收到以下消息,

pysvn requires Python 3.5 to be installed.

Quitting installation

我正确地给出了 PATH,当我在那里给出 'python' 时,它在 cmd 提示符下工作。 我该如何解决这个问题?

AFAIK pysvn 不适用于 Windows 上的 64 位 Python。这是因为底层 subversion 库仅针对 32 位编译。

您可以在此处获得 32 位 Python 3.5:https://www.python.org/ftp/python/3.5.0/python-3.5.0.exe