I run into an odd installation issue with conda. I have Python 3.8.5, but apparently the package specification dictates
Specifications:
hstaxe -> python[version='>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']
Does hstaxe not work with python above 3.8.0, or do you just have to update the newest version allowed?