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
Latest cython version breaks the installation.
dep_search$ make make -C setlib make[1]: Entering directory '/opt/depsearch/dep_search/setlib' python setup.py build_ext --inplace Traceback (most recent call last): File "setup.py", line 7, in <module> language="c++", # generate C++ code File "/opt/depsearch/virtualenv/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 909, in cythonize c_options = CompilationOptions(**options) File "/opt/depsearch/virtualenv/local/lib/python2.7/site-packages/Cython/Compiler/Main.py", line 559, in __init__ raise ValueError(message) ValueError: got unknown compilation option, please remove: sources Makefile:7: recipe for target 'pytset.so' failed make[1]: *** [pytset.so] Error 1 make[1]: Leaving directory '/opt/depsearch/dep_search/setlib' Makefile:8: recipe for target 'setlib' failed make: *** [setlib] Error 2
However, everything works with pip install cython==0.25.2.
pip install cython==0.25.2
The text was updated successfully, but these errors were encountered:
Patch here: jmnybl/setlib#1
Sorry, something went wrong.
Update setlib, fixing fginter#13
c89e778
Merge pull request #14 from frankier/working-setlib
c99866d
Update setlib, fixing #13
No branches or pull requests
Latest cython version breaks the installation.
However, everything works with
pip install cython==0.25.2
.The text was updated successfully, but these errors were encountered: