Discussion:
[conda] Numpy has been gone for days:0)
Rusty Bayles
2018-10-06 16:06:22 UTC
Permalink
When I run a program that requires numpy it does not present an error - it
just tell me at the prompt that it is not present! I tried going from conda
all the way up to anaconda but no luck. Any ideas? Anyone?
--
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/bd4fe2f3-cc94-44ad-8da3-68a1bfc3b747%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Rusty Bayles
2018-10-06 16:46:51 UTC
Permalink
Post by Rusty Bayles
When I run a program that requires numpy it does not present an error - it
just tell me at the prompt that it is not present! I tried going from conda
all the way up to anaconda but no luck. Any ideas? Anyone?
--
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/4de40144-3f2f-4365-9826-1dee49f04aa9%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Reimar Bauer
2018-10-06 17:31:42 UTC
Permalink
Post by Rusty Bayles
When I run a program that requires numpy it does not present an error - it
just tell me at the prompt that it is not present! I tried going from conda
all the way up to anaconda but no luck. Any ideas? Anyone?
Please provide a link to the program you are trying
--
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/54359a3f-f748-42d3-8168-f530ed94ddea%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Rusty Bayles
2018-10-06 17:35:15 UTC
Permalink
Post by Rusty Bayles
When I run a program that requires numpy it does not present an error -
it just tell me at the prompt that it is not present! I tried going from
conda all the way up to anaconda but no luck. Any ideas? Anyone?
Please provide a link to the program you are trying. I am taking a class
in AI and the course requires using Python and Numpy. Can you help? Greatly
appreciated. I don't know how to update Numpy- at a total loss.
--
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/b6600367-356d-49fd-97fb-b68f653a239d%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Reimar Bauer
2018-10-06 17:44:16 UTC
Permalink
You may start with an environment as described
https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands
Then you can install any package by conda install
e.g.
conda install numpy
Post by Rusty Bayles
When I run a program that requires numpy it does not present an error - it
just tell me at the prompt that it is not present! I tried going from conda
all the way up to anaconda but no luck. Any ideas? Anyone?
--
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/cd9d2c93-8c2a-4766-8466-7d19735fbb24%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...