任何人都可以提供幫助,以便在Windows上運行Python 3.5 x32的安裝說明? 我認爲,通常的方式(PIP安裝exscript)將嘗試安裝錯誤版本如何在Windows x86下安裝用於Python 3.5的Exscript
這裏是我得到
Collecting exscript
Using cached Exscript-2.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\MyUser\AppData\Local\Temp\pip-build-pe80jvo3\exscript\setup.py", line 4, in
from Exscript.version import version
File "C:\Users\MyUser\AppData\Local\Temp\pip-build-pe80jvo3\exscript\Exscript_init_.py", line 34, in
from Exscript.Queue import Queue
File "C:\Users\MyUser\AppData\Local\Temp\pip-build-pe80jvo3\exscript\Exscript\Queue.py", line 35, in
from Exscript.Logger import logger_registry
File "C:\Users\MyUserA\AppData\Local\Temp\pip-build-pe80jvo3\exscript\Exscript\Logger.py", line 27, in
from itertools import chain, ifilter
ImportError: cannot import name 'ifilter'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\MyUser\AppData\Local\Temp\pip-build-pe80jvo3\exscript\
有一個Python 3.0分支,但我無法弄清楚如何錯誤安裝它 https://github.com/knipknap/exscript/tree/py3
它不被支持,並且python 3分支未完成。閱讀早午餐的描述。 – abccd
它說三天前更新https://github.com/knipknap/exscript/branches/active我在哪裏閱讀你正在談論的描述 – MiniMe
三天前更新並不意味着它已完成並且無bug。這就是爲什麼我說*未完成*而不*不存在* – abccd