Discussion:
[conda] Unable to install XGBOOST into R due to dependencies in conflict.
ojvr
2018-03-20 10:25:54 UTC
Permalink
Hi all,

I am trying to install xgboost, using conda, for the R interpreter. It
appears I have conflicts.

$ conda install r-xgboost

Solving environment: failed

UnsatisfiableError: The following specifications were found to be in
conflict:
- r-recipes
- r-xgboost
Use "conda info <package>" to see the dependencies for each package.

The environment, in which I want to install into, was built with:

conda create --name microsoft-r-client-env --channel r r-mrclient-mml r-
essentials

OS: Windows 7 64-bit.


Any ideas on how to solve this? Is it perhaps a bug in conda?

Thanks,
Ockert
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/df75d1e3-2c88-4bd1-ac10-06a451901b9e%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
ojvr
2018-03-20 10:30:39 UTC
Permalink
Hi there,

I got this working. Previously I neglect to specify the r channel. When I
do specify the use of the r channel, it install correctly.

$ conda install r-xgboost

Many thanks,
Ockert
Post by ojvr
Hi all,
I am trying to install xgboost, using conda, for the R interpreter. It
appears I have conflicts.
$ conda install r-xgboost
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in
- r-recipes
- r-xgboost
Use "conda info <package>" to see the dependencies for each package.
conda create --name microsoft-r-client-env --channel r r-mrclient-mml r-
essentials
OS: Windows 7 64-bit.
Any ideas on how to solve this? Is it perhaps a bug in conda?
Thanks,
Ockert
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/9f1544b2-1778-43e2-92a5-f6eb10d9d11d%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
ojvr
2018-03-20 10:31:13 UTC
Permalink
Hi there,

I got this working. Previously I neglect to specify the r channel. When I
do specify the use of the r channel, it install correctly.

$ conda install -c r r-xgboost

Many thanks,
Ockert
Post by ojvr
Hi all,
I am trying to install xgboost, using conda, for the R interpreter. It
appears I have conflicts.
$ conda install r-xgboost
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in
- r-recipes
- r-xgboost
Use "conda info <package>" to see the dependencies for each package.
conda create --name microsoft-r-client-env --channel r r-mrclient-mml r-
essentials
OS: Windows 7 64-bit.
Any ideas on how to solve this? Is it perhaps a bug in conda?
Thanks,
Ockert
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/50c9a2fc-866d-49c0-b08d-d4111a49c6f9%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...