简体   繁体   English

无法通过 pip 安装 TTFQuery

[英]Can't install TTFQuery via pip install

I was trying to use TTFQuery module but when i write the command pip3 install TTFQuery it returns the following error.我试图使用TTFQuery模块,但是当我编写命令pip3 install TTFQuery时,它返回以下错误。

ERROR: Command errored out with exit status 1:
        command: 'c:\users\pranon rahman\appdata\local\programs\python\python37\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\PRANON~1\\AppData\\Local\\Temp\\pip-install-z2hpgfba\\TTFQuery\\setup.py'"'"'; __file__='"'"'C:\\Users\\PRANON~1\\AppData\\Local\\Temp\\pip-install-z2hpgfba\\TTFQuery\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);
        code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\PRANON~1\AppData\Local\Temp\pip-pip-egg-info-2u2rs2sz'
         cwd: C:\Users\PRANON~1\AppData\Local\Temp\pip-install-z2hpgfba\TTFQuery\
    Complete output (6 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\PRANON~1\AppData\Local\Temp\pip-install-z2hpgfba\TTFQuery\setup.py", line 11
        except ImportError, err:
                          ^
    SyntaxError: invalid syntax

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

TTFQuery 1.0.5 , last released in 2012. The code is obviously only for Python 2. TTFQuery 1.0.5 ,最后发布于 2012 年。代码显然仅适用于 Python 2。

There is a beta release 2.0.0b1 from 2018. Try 2018 年有一个 beta 版本2.0.0b1 。试试

pip install TTFQuery==2.0.0b1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM