Skip to content

switch_space_id workflow fail

The switch_space_id workflow fails on nG6 and via bash commands.

on NG6:

Error "bad username/password" when entering the correct ng6 credentials.

using bash commands:

python3.4 /usr/local/bioinfo/src/ng6_sources/nG6/bin/ng6_cli.py switch_space_id --project_id "xxx" --space_id "longterm_bioinfo" python3.4 not found

python2.7 /usr/local/bioinfo/src/ng6_sources/nG6/bin/ng6_cli.py switch_space_id --project_id "1713" --space_id "longterm_bioinfo" Traceback (most recent call last): File "/usr/local/bioinfo/src/ng6_sources/nG6/bin/ng6_cli.py", line 27, in from jflow.workflows_manager import WorkflowsManager File "/usr/local/bioinfo/src/ng6_sources/nG6/src/jflow/init.py", line 23, in from jflow.config_reader import JFlowConfigReader File "/usr/local/bioinfo/src/ng6_sources/nG6/src/jflow/config_reader.py", line 24, in from configparser import RawConfigParser, NoOptionError ImportError: No module named configparser

The module configparser seems to be missing from the python libs.

Edited by Romain Therville