Closed kbseah closed 3 years ago
I installed kmtricks v0.0.2 with conda. Running kmtricks.py with python < 3.6 results in the following error message:
kmtricks.py
File "/ebio/abt2_projects/ag-swart-loxodes/envs/kmtricks/bin/kmtricks.py", line 109 self.global_parser: argparse.ArgumentParser = None ^ SyntaxError: invalid syntax
It appears that the version check in lines 40-42 of kmtricks.py isn't used because it's not enclosed in the main code block.
Perhaps the python version could be included in the Conda recipe? I've gotten it to work now and look forward to trying out the pipeline.
Hi,
Thank you for reporting this. The minimal python version is now included in the conda recipe.
I installed kmtricks v0.0.2 with conda. Running
kmtricks.py
with python < 3.6 results in the following error message:It appears that the version check in lines 40-42 of
kmtricks.py
isn't used because it's not enclosed in the main code block.Perhaps the python version could be included in the Conda recipe? I've gotten it to work now and look forward to trying out the pipeline.