merenlab / illumina-utils

A library and collection of scripts to work with Illumina paired-end data (for CASAVA 1.7+ pipeline).
GNU General Public License v2.0
89 stars 31 forks source link

not compatible with python 3.6 #22

Closed dieunelderilus closed 4 years ago

dieunelderilus commented 4 years ago

Dear illumina-utils Developer i have python 3.6 activate and I am receiving a strange error when trying to to run illmina-utils. here is my command line and the error: (py36) [dieunel@genomics ~]$ iu-filter-quality-minoche -h Your active Python major version ('2') is not compatible with what illumina-utils expects :/ We recently switched to Python 3.

Please any help ?

Regards

meren commented 4 years ago

This is quite unexpected, @dieunelderilus. I'm sorry. It is a problem with your setup. Somehow when the program asks python it's major version it gets back 2. it may be due to some issues with your python setup.

We are using illumina-utils with Python 3.6 ourselves.

Best,