clamsproject / clams-python

CLAMS SDK for python
http://sdk.clams.ai/
Apache License 2.0
4 stars 1 forks source link

Version of six #90

Closed marcverhagen closed 1 year ago

marcverhagen commented 2 years ago

When installing clams-python=0.5.0 in a clean environment we get

ERROR: mmif-python 0.4.5 has requirement six==1.15.0, but you'll have six 1.16.0 which is incompatible.

This doesn't seem to hurt, but it would be nice to clean up the requirements on mmif-python (or potentially in this repository). I put the issue here and not in mmif-python because clams-python requires a particular version of mmif-python.

marcverhagen commented 2 years ago

By the way, why don't we drop six altogether. Python 2/3 compatibility is a thing of the past now.

keighrim commented 1 year ago

Fixed via clamsproject/mmif-python#187.