Closed Oddant1 closed 1 year ago
Bug Description When attempting to run pip install -e . on q2-diversity with pip 22.0.4, I get an error.
pip install -e .
Steps to reproduce the behavior
Expected behavior Should actually install
Screenshots
Computation Environment
Comments
python -m pip install pip==21.3.1
References
Thanks! I ran into this the other day while developing q2cli - hopefully the pip patch makes it out soon.
Bug Description When attempting to run
pip install -e .
on q2-diversity with pip 22.0.4, I get an error.Steps to reproduce the behavior
Expected behavior Should actually install
Screenshots
Computation Environment
Comments
python -m pip install pip==21.3.1
workedpip install -e .
the framework just fine, didn't try any other reposReferences