Discussion:
[conda] Unable to install pyexcel in Anaconda in new environment
Gus G
2018-06-11 20:56:37 UTC
Permalink
Using the command prompt, I installed pyexcel using 'conda install -c
conda-forge pyexcel'. I went to Anaconda Navigator and then confirmed that
it was installed in the base(root) environment.
After creating a new environment called envda, I found that pyexcel was not
available to envda. I even selected Update index, but the pacage will still
not appear.

Then from envda, I opened up a terminal window and typed 'conda install
--name envda pyexcel', but the error message form conda reports that the
package is not available from the channel.

Puzzled by this as it should install the package from the base environment
to the new environment being envda. Also don't know why in Anaconda
Navigator, that pyexcel is not available to be selected for installation in
environment envda.

Any suggestions are appreciated.
Regards,
Gus
--
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/9b3fd51d-8e41-4b6b-a53b-e590cfcb0892%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Gus G
2018-06-11 21:00:20 UTC
Permalink
https://groups.google.com/a/continuum.io/forum/#!forum/conda

https://groups.google.com/a/continuum.io/forum/#!topic/conda/hQKV7wMCi00
Post by Gus G
Using the command prompt, I installed pyexcel using 'conda install -c
conda-forge pyexcel'. I went to Anaconda Navigator and then confirmed that
it was installed in the base(root) environment.
After creating a new environment called envda, I found that pyexcel was
not available to envda. I even selected Update index, but the pacage will
still not appear.
Then from envda, I opened up a terminal window and typed 'conda install
--name envda pyexcel', but the error message form conda reports that the
package is not available from the channel.
Puzzled by this as it should install the package from the base environment
to the new environment being envda. Also don't know why in Anaconda
Navigator, that pyexcel is not available to be selected for installation in
environment envda.
Any suggestions are appreciated.
Regards,
Gus
--
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
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/9b3fd51d-8e41-4b6b-a53b-
e590cfcb0892%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/9b3fd51d-8e41-4b6b-a53b-e590cfcb0892%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
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/CAOEKuoE%3DO6yjQizSXY9MVJv_D82M3Y8GG0J90PN7%2BXaKxLUm5A%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Paul Hobson
2018-06-11 21:59:39 UTC
Permalink
You have to install each package, from the correct channel, into each
environment in which you want to use it.

So you need to add "-c conda-forge" to your second try:
$ conda install --name=envda pyexcel --channel=conda-forge

Alternatively, activate the environment first:

$ conda activate envda
(envda) $ conda install pyexcel --chanel=conda-forge
Post by Gus G
https://groups.google.com/a/continuum.io/forum/#!forum/conda
https://groups.google.com/a/continuum.io/forum/#!topic/conda/hQKV7wMCi00
Post by Gus G
Using the command prompt, I installed pyexcel using 'conda install -c
conda-forge pyexcel'. I went to Anaconda Navigator and then confirmed that
it was installed in the base(root) environment.
After creating a new environment called envda, I found that pyexcel was
not available to envda. I even selected Update index, but the pacage will
still not appear.
Then from envda, I opened up a terminal window and typed 'conda install
--name envda pyexcel', but the error message form conda reports that the
package is not available from the channel.
Puzzled by this as it should install the package from the base
environment to the new environment being envda. Also don't know why in
Anaconda Navigator, that pyexcel is not available to be selected for
installation in environment envda.
Any suggestions are appreciated.
Regards,
Gus
--
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
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/9b3fd51d-8e41-4b6b-a53b-e590cfcb0892%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/9b3fd51d-8e41-4b6b-a53b-e590cfcb0892%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout
.
--
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
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/CAOEKuoE%3DO6yjQizSXY9MVJv_D82M3Y8GG0J90PN7%2BXaKxLUm5A%40mail.gmail.com
<https://groups.google.com/a/continuum.io/d/msgid/conda/CAOEKuoE%3DO6yjQizSXY9MVJv_D82M3Y8GG0J90PN7%2BXaKxLUm5A%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
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/CADT3MEAYXvmoyOXy8J3cBOL6VRFXZgROVhCtx6ZS4QsVtBK4KQ%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Gus G
2018-06-11 22:10:59 UTC
Permalink
Peter,

I had a feeling that was that route I was suppose to take, but I just
assumed conda looked at the base environment and installed it from there.
Also, I wasn't sure on the syntax as it was not covered in the Anaconda
documentation. But I'm sure I could have easily typed help in the command
prompt and it would have presented that optional syntax to me.

Thank you for the quick response.
Very much appreciated.

Regards,
Gus
Post by Paul Hobson
You have to install each package, from the correct channel, into each
environment in which you want to use it.
$ conda install --name=envda pyexcel --channel=conda-forge
$ conda activate envda
(envda) $ conda install pyexcel --chanel=conda-forge
Post by Gus G
https://groups.google.com/a/continuum.io/forum/#!forum/conda
https://groups.google.com/a/continuum.io/forum/#!topic/conda/hQKV7wMCi00
Post by Gus G
Using the command prompt, I installed pyexcel using 'conda install -c
conda-forge pyexcel'. I went to Anaconda Navigator and then confirmed that
it was installed in the base(root) environment.
After creating a new environment called envda, I found that pyexcel was
not available to envda. I even selected Update index, but the pacage will
still not appear.
Then from envda, I opened up a terminal window and typed 'conda install
--name envda pyexcel', but the error message form conda reports that the
package is not available from the channel.
Puzzled by this as it should install the package from the base
environment to the new environment being envda. Also don't know why in
Anaconda Navigator, that pyexcel is not available to be selected for
installation in environment envda.
Any suggestions are appreciated.
Regards,
Gus
--
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
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/9b3fd51d-8e41-4b6b-a53b-e590cfcb0892%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/9b3fd51d-8e41-4b6b-a53b-e590cfcb0892%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit
https://groups.google.com/a/continuum.io/d/optout.
--
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
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/CAOEKuoE%3DO6yjQizSXY9MVJv_D82M3Y8GG0J90PN7%2BXaKxLUm5A%40mail.gmail.com
<https://groups.google.com/a/continuum.io/d/msgid/conda/CAOEKuoE%3DO6yjQizSXY9MVJv_D82M3Y8GG0J90PN7%2BXaKxLUm5A%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout
.
--
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/d7cb7bc0-830e-44ac-8c93-9d4f88a847cb%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Gus G
2018-06-11 22:13:22 UTC
Permalink
Sorry about that Paul. I typed a different name by accident.

Regards,
Gus
Post by Gus G
Peter,
I had a feeling that was that route I was suppose to take, but I just
assumed conda looked at the base environment and installed it from there.
Also, I wasn't sure on the syntax as it was not covered in the Anaconda
documentation. But I'm sure I could have easily typed help in the command
prompt and it would have presented that optional syntax to me.
Thank you for the quick response.
Very much appreciated.
Regards,
Gus
Post by Paul Hobson
You have to install each package, from the correct channel, into each
environment in which you want to use it.
$ conda install --name=envda pyexcel --channel=conda-forge
$ conda activate envda
(envda) $ conda install pyexcel --chanel=conda-forge
Post by Gus G
https://groups.google.com/a/continuum.io/forum/#!forum/conda
https://groups.google.com/a/continuum.io/forum/#!topic/conda/hQKV7wMCi00
Post by Gus G
Using the command prompt, I installed pyexcel using 'conda install -c
conda-forge pyexcel'. I went to Anaconda Navigator and then confirmed that
it was installed in the base(root) environment.
After creating a new environment called envda, I found that pyexcel was
not available to envda. I even selected Update index, but the pacage will
still not appear.
Then from envda, I opened up a terminal window and typed 'conda install
--name envda pyexcel', but the error message form conda reports that the
package is not available from the channel.
Puzzled by this as it should install the package from the base
environment to the new environment being envda. Also don't know why in
Anaconda Navigator, that pyexcel is not available to be selected for
installation in environment envda.
Any suggestions are appreciated.
Regards,
Gus
--
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
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/9b3fd51d-8e41-4b6b-a53b-e590cfcb0892%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/9b3fd51d-8e41-4b6b-a53b-e590cfcb0892%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit
https://groups.google.com/a/continuum.io/d/optout.
--
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
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/CAOEKuoE%3DO6yjQizSXY9MVJv_D82M3Y8GG0J90PN7%2BXaKxLUm5A%40mail.gmail.com
<https://groups.google.com/a/continuum.io/d/msgid/conda/CAOEKuoE%3DO6yjQizSXY9MVJv_D82M3Y8GG0J90PN7%2BXaKxLUm5A%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
For more options, visit
https://groups.google.com/a/continuum.io/d/optout.
--
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/1a1dcdfb-853c-4049-8cbd-bfb5ffdc3a31%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...