Barski-lab / cwl-airflow

Python package to extend Airflow functionality with CWL1.1 support
https://barski-lab.github.io/cwl-airflow
Apache License 2.0
185 stars 32 forks source link

Python 3 support #1

Closed lukaszimmermann closed 6 years ago

lukaszimmermann commented 7 years ago

Installing cwl-airflow within an environment with Python 3 raises the following error: ModuleNotFoundError: No module named 'ConfigParser'

This means cwl-airflow is not adapted to Python 3 currently. Is it planned to add Python 3 support in the future? Thanks!

michael-kotliar commented 7 years ago

Thanks for your comment @lukaszimmermann Currently cwl-airflow was tested only on Python 2.7. I'm planning to adopt it to Python 3 as soon as possible

antunderwood commented 6 years ago

Any news on updating to Python3. That would be awesome Are there plans for long term support of cwl-airflow?

portah commented 6 years ago

@aunderwo There is a 3.6 python package pip3.6 install -U cwl-airflow-parser it different from this code thou, you can find the new code https://github.com/datirium/cwl-airflow-parser

michael-kotliar commented 6 years ago

Updated to Python3