python 版本的 Picklingtools 要求
Picklingtools requirements on python version
我尝试在 python 3.5.2 安装中使用 Picklingtools,但出现了很多语法错误。看来这是因为代码不是为 3.5.2 编写的。但是无法在网上找到 python 支持的版本。有人知道这个库适用于哪个版本的 python 吗?
来自他们的FAQ:
What versions of Python does PicklingTools support?
Historically, versions 2.1.x to 2.6.x have been tested extensively.
More recently, 2.7 has been tested and should work, but it has not
been tested as much as the other versions.
3.x has not been tested: We are waiting for our main paying customer to adopt the 3.x series.
我尝试在 python 3.5.2 安装中使用 Picklingtools,但出现了很多语法错误。看来这是因为代码不是为 3.5.2 编写的。但是无法在网上找到 python 支持的版本。有人知道这个库适用于哪个版本的 python 吗?
来自他们的FAQ:
What versions of Python does PicklingTools support?
Historically, versions 2.1.x to 2.6.x have been tested extensively. More recently, 2.7 has been tested and should work, but it has not been tested as much as the other versions.
3.x has not been tested: We are waiting for our main paying customer to adopt the 3.x series.