Closed gijzelaerr closed 2 years ago
This gives errors when you try to install cattery in an empty virtualenv, since six is not installed yet. Best ist just no not include any dependencies in your setup.py
file for this reason. What you try to do can be solved using extra restrictions in your install_requires
statement:
https://stackoverflow.com/questions/21082091/install-requires-based-on-python-version
ok will include a fix in the next round of PRs, busy py3ing timba
fixed
https://github.com/ska-sa/meqtrees-cattery/commit/dcf2ab34b0c2f9faf0d4c48850751c7c7b34508e#r32196889