georgiesamaha / configBuilder-nf

Nextflow config builder scripts for supported HPC infrastructures.
7 stars 1 forks source link

Possible issues with requirements #2

Closed jfy133 closed 11 months ago

jfy133 commented 12 months ago
james@bionb103:~/git/scratch/configBuilder-nf (main)$ python3 --version
Python 3.10.12
james@bionb103:~/git/scratch/configBuilder-nf (main)$ python3 configBuilder
An error was found, but returning just with the version: Blessed needs Python 3.2.3 or greater for Python 3 support due to http://bugs.python.org/issue10570.
  ____             __ _       ____        _ _     _           
 / ___|___  _ __  / _(_) __ _| __ ) _   _(_) | __| | ___ _ __ 
| |   / _ \| '_ \| |_| |/ _` |  _ \| | | | | |/ _` |/ _ \ '__|
| |__| (_) | | | |  _| | (_| | |_) | |_| | | | (_| |  __/ |   
 \____\___/|_| |_|_| |_|\__, |____/ \__,_|_|_|\__,_|\___|_|   
                        |___/                                 

This tool helps you to build a custom Nextflow config file for your HPC 
based on your specified job scheduler and resources. Follow the prompts 
to specify your settings.

Traceback (most recent call last):
  File "/home/james/git/scratch/configBuilder-nf/configBuilder", line 25, in <module>
    inquirer.List('config_type',
AttributeError: module 'inquirer' has no attribute 'List'

Not sure exactly what the error is referring to :/