LaMachine icon indicating copy to clipboard operation
LaMachine copied to clipboard

LaMachine bootstrap.sh gives an error on six. ERROR: Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. How to fix ?? pip uninstall same error

Open bryonie opened this issue 5 years ago • 2 comments

bryonie avatar Apr 04 '20 20:04 bryonie

non-zero return code

RUNNING HANDLER [lamachine-core : lamachine-build-registry] ********************

PLAY RECAP ********************************************************************* candi : ok=686 changed=197 unreachable=0 failed=1 skipped=739 rescued=0 ignored=1

lamachine-candi-20200405_210602.log

bryonie avatar Apr 05 '20 20:04 bryonie

It seems you managed to fix the six error and are running into another one now right?

Thanks for the log, it shows it now breaks on a Java version on your machine that is too new to install Nextflow (which is a dependency for certain software in LaMachine like PICCL, aNtiLoPe and nederlab-pipeline). If you are not interested in those software packages, then the simplest solution is to disable them in the installation manifest upon installation (simply remove nextflow and languagemachines-pipelines).

proycon avatar Apr 05 '20 21:04 proycon