You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to lock packages and Install InvenioRDM because of the allow_prereleases = true option. Pyyaml has known issue with cython 3 yaml/pyyaml#601, which results in a AttributeError: cython_sources during package locking.
Steps to Reproduce
invenio-cli init
invenio-cli install
Locking fails with AttributeError: cython_sources
Expected behavior
Packages lock and InvenioRDM install
Additional context
I'm running python 3.9 on a M1 mac installed via homebrew.
The text was updated successfully, but these errors were encountered:
My best guess is this issue is related to the M1 and homebrew python. I've switched to the 3.9 universal2 python.org installer and package locking is fine.
Package version (if known): v8
Describe the bug
I'm unable to lock packages and Install InvenioRDM because of the
allow_prereleases = true
option. Pyyaml has known issue with cython 3 yaml/pyyaml#601, which results in aAttributeError: cython_sources
during package locking.Steps to Reproduce
invenio-cli init
invenio-cli install
AttributeError: cython_sources
Expected behavior
Packages lock and InvenioRDM install
Additional context
I'm running python 3.9 on a M1 mac installed via homebrew.
The text was updated successfully, but these errors were encountered: