-
Notifications
You must be signed in to change notification settings - Fork 18
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
Bug in version up on pip and conda #107
Comments
I believe this was observed and fixed in #94, could you verify? |
Thanks @wasade, it looks like the same bug, but the only fix I can see in #94 is limiting the Python version, which is a pain if you want to use the latest QIIME 2 release. The fix that I found (and I've confirmed it works for the same queries they were having trouble with in #94) is to pip-install redbiom from source, for some reason. That works with Python 3.8.8. I tried to rebuild the conda package to see if that might help but I ran out of time after the n-th broken conda build. |
Good point, I didn't catch that Q2 moved to py38. Doesn't #97 solve this (granted we need to unpin CI)? It sounds like the path of least resistance is a rebuild of the conda package? |
Ya certainly w/ version...
… On Aug 18, 2021, at 12:37 PM, Ben Kaehler ***@***.***> wrote:
Thanks, I didn't notice #97 <#97>. I would guess that #97 <#97> is why it works when I install from source, so hopefully a conda rebuild will fix it. I will try again when I get a chance. We should increment the third version number as well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#107 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AADTZMQTUUHJGNTL5CZ6GXDT5QDZNANCNFSM5CHBWRWA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
* TST: bulk get index test * Batch index requests * A little cleanup on debug items * Additional comments * sty * Update redbiom/admin.py Co-authored-by: Antonio Gonzalez <[email protected]> * BUG: fixes #108, thanks @cotillau! * VER: actually bump it, partially resolves #107, thanks @BenKaehler * tentative py3738 support * update actions * update actions * update actions * update actions * update actions * update actions * update actions * update actions * update actions * update actions * update actions * update actions * update actions * BUG: fixes #93 * BUG: fixes #92 * remove unhelpful print * Bump version * Force json (#113) * TST: sample id content type bug * MAINT: fix issue where samples with .raw as a suffix were triggering unexpected returns * Don't suffix twice * Adjsut to account for force of json * Address @antgonza's comments * use the right variable name * Verify data appear count * Verify data appear count Co-authored-by: Antonio Gonzalez <[email protected]>
There seems to be a bug in the redbiom that is available on pip or conda (conda-forge). An example follows. If I clone the repo and pip install it, it works. I note that the versions are the same (0.3.5), so I'm note sure what's gone wrong.
This is all in the context of the current qiime2 installation.
Thanks!
The text was updated successfully, but these errors were encountered: