-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to do fresh install, conda problem #3240
Comments
In the installer, the following line in the
|
Hi Pär @parlar! Thank for reporting - sorry about the issue! I tried to revert changes we recently did last month while cleaning the installation scripts, So it is likely that the issue is not with the installation script, maybe it is rather related to conda/conda#9672 and similar conda issues? Can you please elaborate more, why do you think https://github.com/bcbio/bcbio-nextgen/blob/master/scripts/bcbio_nextgen_install.py#L105 @hackdna also recently reviewed the installation process in detail. Sergey |
upd:
in the future we may test python3.7 against tools and use python3.7. However, it needs testing - we don't want tools to break randomly in the pipelines. Pär @parlar, S |
Thanks for working on this. Will try! |
This issue still exists and affects for example the current bcbio docker image 1.2.4-9722272. There seems to be a back and forth from python 3.7 to python 3.6 during the installation.
Is there any way to fix an installation? -- |
Version info
To Reproduce
python bcbio_nextgen_install.py /home/parlar/bcbio --tooldir=/home/user/bcbio/tools --nodata
Observed behavior
Traceback (most recent call last):
File "/home/parlar/bcbio/anaconda/bin/conda", line 12, in
from conda.cli import main
ModuleNotFoundError: No module named 'conda'
Traceback (most recent call last):
File "bcbio_nextgen_install.py", line 290, in
main(parser.parse_args(), sys.argv[1:])
File "bcbio_nextgen_install.py", line 47, in main
bcbio = install_conda_pkgs(anaconda, args)
File "bcbio_nextgen_install.py", line 108, in install_conda_pkgs
"--file", os.path.basename(REMOTES["requirements"]), TARGETPY], env=env)
File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/parlar/bcbio/anaconda/bin/conda', 'install', '--yes', '--file', 'requirements-conda.txt', 'python=3.6']' returned non-zero exit status 1
Expected behavior
Normal, clean installation
Log files
NA
Additional context
Removed potentially conflicting conda installations, tried 'development' instead of 'stable' with the same result.
The text was updated successfully, but these errors were encountered: