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
Hi @david2905, b3 can only work with cython 0.29. That's the reason behind the downgrading of cython. The next release will support Cython3. If you can't wait, you can try to install the codes in the current master branch. The patch is already there: #579
Hi @taoliu, thanks for the explanation. I was confuse by the version number of Cython. It looks like a downgrade for several versions, but it was just one version.
Sorry for the noise. The issue can be closed.
Describe the bug
pip install MACS3
or
pip3 install git+https://github.com/macs3-project/[email protected]
downgrade Cython to version 0.29
To Reproduce
pip install MACS3
or
pip3 install git+https://github.com/macs3-project/[email protected]
Expected behavior
dont touch Cython
System (please complete the following information):
Comment
commit c3c81fb create the behavior
The text was updated successfully, but these errors were encountered: