Discussion:
[conda] Conda wants to downgrade me?
Allan Kinnaird
2018-10-11 11:31:05 UTC
Permalink
Having done a clean install of Python 3.7 from the Anaconda installer 5.3,
I find that

conda install pandas-datareader

or

conda update anaconda

want to revert me to Python 3.6, in spite of the fact that there are 3.7
versions of both packages available in the Anaconda channel.
I was thinking perhaps it's a dependency problem, but that doesn't make
sense since a 3.7 version of anaconda is already installed.
Ideas?
--
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/dc6fa6b0-afb8-4bc7-b651-48d7bbd3c164%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Skip Montanaro
2018-10-11 19:48:56 UTC
Permalink
Does it work if you are explicit about the version of pandas-datareader you
want to install? Is it possible the Python version dependency for the 3.7
version of the package is stuck at 3.6?

Just a couple things which come to mind as possibilities ...

Skip Montanaro
--
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/CANc-5Uxn-mq4fK8gEC5UJy8wzGLacwbgKSttciYE32tcWs%3DjUg%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
t***@intel.com
2018-10-11 20:29:15 UTC
Permalink
Try adding "python=3.7" to your conda install command:

conda install pandas-datareader python=3.7

For me, adding the explicit version of the package conda is changing
usually prompts a more meaningful conflict message. You may need to specify
the pandas-datareader version as well.

Todd
Post by Allan Kinnaird
Having done a clean install of Python 3.7 from the Anaconda installer 5.3,
I find that
conda install pandas-datareader
or
conda update anaconda
want to revert me to Python 3.6, in spite of the fact that there are 3.7
versions of both packages available in the Anaconda channel.
I was thinking perhaps it's a dependency problem, but that doesn't make
sense since a 3.7 version of anaconda is already installed.
Ideas?
--
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/a7384024-8804-4a3d-ac23-99d403be619d%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Allan Kinnaird
2018-10-12 16:20:35 UTC
Permalink
Thanks guys - the python=3.7 specification worked for pandas-datareader.
(The package is at v0.6.0 for both Python 3.6 and 3.7)
"conda update" doesn't want to accept the Python specification, so I
couldn't do the "condo update anaconda", but I'm not going to worry about
it.
:-)
--
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/696db4b2-c650-4aba-a19f-40a37b1b0e27%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...