We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,能帮忙看一下吗? debian 9上无法使用 v0.2.5 32位版本的tickeys,终端打开提示: /usr/bin/tickeys: 1: /usr/bin/tickeys: Syntax error: redirection unexpected 已经安装了 libsdl1.2-dev xdotool libsdl-mixer1.2 libsdl-ttf2.0-0 gksu python-pip python-dev python-kivy 这些软件,另外一开始我不知道有deb安装包,就打算手动安装,出现这个问题: ImportError: No module named Cython.Distutils 看到解决办法就想着安装cython: xxx@debian:~$ sudo easy_install cython Searching for cython Reading https://pypi.python.org/simple/cython/ Downloading https://pypi.python.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-0.25.2.tar.gz#md5=642c81285e1bb833b14ab3f439964086 Best match: Cython 0.25.2 Processing Cython-0.25.2.tar.gz Writing /tmp/easy_install-UDH27_/Cython-0.25.2/setup.cfg Running Cython-0.25.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-UDH27_/Cython-0.25.2/egg-dist-tmp-Ykw7UF Unable to find pgen, not compiling formal grammar. warning: no files found matching '.pyx' under directory 'Cython/Debugger/Tests' warning: no files found matching '.pxd' under directory 'Cython/Debugger/Tests' warning: no files found matching '.h' under directory 'Cython/Debugger/Tests' warning: no files found matching '.pxd' under directory 'Cython/Utility' ^Cerror: Setup script exited with interrupted 可是安装过程好久好久,让我等的不耐烦就Ctrl C了,不知道是不是没装cython才启动不了tickeys,另外我的电脑有点老,十年前的机子了,配置也低得很,不会是电脑太老的问题的@_@
The text was updated successfully, but these errors were encountered:
试下用pip装?
Sorry, something went wrong.
@BillBillBillBill pip好像也不行,不过换成v0.2.4版本的就可以了
No branches or pull requests
你好,能帮忙看一下吗?
debian 9上无法使用 v0.2.5 32位版本的tickeys,终端打开提示:
/usr/bin/tickeys: 1: /usr/bin/tickeys: Syntax error: redirection unexpected
已经安装了
libsdl1.2-dev xdotool libsdl-mixer1.2
libsdl-ttf2.0-0 gksu python-pip python-dev python-kivy
这些软件,另外一开始我不知道有deb安装包,就打算手动安装,出现这个问题:
ImportError: No module named Cython.Distutils
看到解决办法就想着安装cython:
xxx@debian:~$ sudo easy_install cython
Searching for cython
Reading https://pypi.python.org/simple/cython/
Downloading https://pypi.python.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-0.25.2.tar.gz#md5=642c81285e1bb833b14ab3f439964086
Best match: Cython 0.25.2
Processing Cython-0.25.2.tar.gz
Writing /tmp/easy_install-UDH27_/Cython-0.25.2/setup.cfg
Running Cython-0.25.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-UDH27_/Cython-0.25.2/egg-dist-tmp-Ykw7UF
Unable to find pgen, not compiling formal grammar.
warning: no files found matching '.pyx' under directory 'Cython/Debugger/Tests'
warning: no files found matching '.pxd' under directory 'Cython/Debugger/Tests'
warning: no files found matching '.h' under directory 'Cython/Debugger/Tests'
warning: no files found matching '.pxd' under directory 'Cython/Utility'
^Cerror: Setup script exited with interrupted
可是安装过程好久好久,让我等的不耐烦就Ctrl C了,不知道是不是没装cython才启动不了tickeys,另外我的电脑有点老,十年前的机子了,配置也低得很,不会是电脑太老的问题的@_@
The text was updated successfully, but these errors were encountered: