-
Notifications
You must be signed in to change notification settings - Fork 47
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 run conda as standalone application #102
Comments
It look like the installed conda is not in your |
Did echo $PATH, and looks like it does include the conda installation directory (/projects/lwei_prj/Dolomite/miniconda3/bin): /projects/lwei_prj/python_virtual_env/bin:/projects/lwei_prj/Dolomite/miniconda3/bin:/projects/lwei_prj/Dolomite/miniconda3/condabin:.:/projects/marralab_prj/lwei/AAML1031/scripts/samtools-1.9:.:/projects/lwei_prj/python_virtual_env_arboreto/bin/python:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/projects/lwei_prj/Dolomite/miniconda3/bin |
Indeed, the path seems correct. Strange. I still think there is something wrong with conda in general.Could you try to install something in conda, e.g. |
Hi @seb-mueller, conda create -n dropSeqPipe I re-started the run, and I'm now getting the following error when running Building DAG of jobs... [Tue Feb 11 23:01:58 2020] [Tue Feb 11 23:01:58 2020] Activating conda environment: /projects/lwei_prj/Dolomite/dropSeqPipe2/.snakemake/conda/c7fcf3fb Attaching package: ‘dplyr’ The following objects are masked from ‘package:stats’:
The following objects are masked from ‘package:base’:
Loading required package: viridisLite RuleException: Do you know what might be wrong? |
First of all, conda seem to work now, and this seems to be another error. This is a bit unexpected and probably has to do how conda resolves package dependencies (which we don't have full control over). I suspect the dplyr and rlang versions don't like each other, could you try activating the environment in question:
within R, run the following and report back the results:
Also, which version of dropseqpipe do you use? |
I typed in
|
Also, I cloned the dropSeqPipe from Github using |
Hello @suminwei2772 |
I'm pretty sure you are on version 0.4, i.e. the current master. It is concerning that this is not working for you. Strangely, your |
Hi, I'm trying to run dropSeqPipe, and have followed the steps to install miniconda3. When I try to run the following error:
snakemake --use-conda --cores 4 --directory /projects/lwei_prj/Dolomite
Building DAG of jobs...
CreateCondaEnvironmentException:
Unable to check conda version:
ERROR: The install method you used for conda--probably either
pip install conda
or
easy_install conda
--is not compatible with using conda as an application.If your intention is to install conda as a standalone application, currently
supported install methods include the Anaconda installer and the miniconda
installer. You can download the miniconda installer from
https://conda.io/miniconda.html.
File "/home/lwei/miniconda3/lib/python3.7/site-packages/snakemake/deployment/conda.py", line 232, in create
File "/home/lwei/miniconda3/lib/python3.7/site-packages/snakemake/deployment/conda.py", line 343, in new
File "/home/lwei/miniconda3/lib/python3.7/site-packages/snakemake/deployment/conda.py", line 356, in init
File "/home/lwei/miniconda3/lib/python3.7/site-packages/snakemake/deployment/conda.py", line 411, in _check
Would I need to install conda another way?
The text was updated successfully, but these errors were encountered: