Skip to content
New issue

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

Ignoring cython==0.29.31 #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Ignoring cython==0.29.31 #138

wants to merge 1 commit into from

Conversation

tombo315
Copy link

Related issue:
cython/cython#4927

pip install python-pkcs11

Results in:

pkcs11/_pkcs11.c:45689:20: error: lvalue required as left operand of assignment
    45689 |     CYTHON_ATOMICS = __Pyx_PyObject_IsTrue(o); if (unlikely((CYTHON_ATOMICS == (int)-1) && PyErr_Occurred())) __PYX_ERR(3, 26, __pyx_L2_error)
          |                    ^
    error: command 'gcc' failed with exit status 1

Other work-around is to:

pip install cython==0.29.30
pip install python-pkcs11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant