-
Notifications
You must be signed in to change notification settings - Fork 18
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
Testing conda installation #19
Comments
Yeah, those instructions are clearly wrong. For testing the installation with |
Hello! I have installed shogun via conda and cloned the git repository. I cd into the repository to run this test and I receive the following error:
When I run Any help would be appreciate. |
Can't comment on the above error, but I am noticing machine-specific installation issues.
I get the following error
Not exactly sure what is going on ... |
What version of python is default on the cluster? Might need to create a
new environment with the python version locked in! Does it list what's
unsatisfied? If not it seems like a weird glitch in the default env's
package config
But I'm no conda expert so I'll let Ben weigh in!
…On Fri, May 14, 2021, 3:03 PM Jamie Morton ***@***.***> wrote:
Can't comment on the above error, but I am noticing machine-specific
installation issues.
I'm able to install shogun on my local machine without problems. But I run
into issues installing it on my cluster via
conda create -n shogun -c knights-lab shogun
I get the following error
conda create -n shogun -c knights-lab shogun
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError:
Not exactly sure what is going on ...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5NOBQ67Q2R3QWAVWHIRV3TNVXYVANCNFSM4FDHCR2A>
.
|
@mortonjt You are probably experiencing this issue because you aren't including the bioconda channel in your installation command.
|
yes, |
Thanks Ben!! At least I was right about conda dependencies (but wrong about
the python version thing!). Wonder if there's a way to implicitly add those
repo dependencies into the recipe?
Glad it works for you now, Jamie! I'm curious how/why the home installation
worked with the minimal commandline. Maybe your repofile had those repos in
it already?
Cheerio,
Gabe
…On Fri, May 14, 2021 at 5:25 PM Jamie Morton ***@***.***> wrote:
yes, conda install -c knights-lab -c bioconda -c conda-forge shogun fixed
this issue. Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5NOBTC7JMVKCIXQ6MRYFLTNWIMBANCNFSM4FDHCR2A>
.
|
I already had conda-forge in my .condarc so that may have been the reason. |
The
README
instructions for testing the installation say:But the installation instructions don't indicate any repository directory. Perhaps add something about where to find this directory for a
conda
installation?The text was updated successfully, but these errors were encountered: