Fwd: ulmo update on Windows

12 views
Skip to first unread message

Kathleen Holman

unread,
Mar 28, 2017, 1:29:55 PM3/28/17
to ul...@googlegroups.com
I took the second option of opening the Anaconda prompt and uninstalling ulmo.  This worked successfully.  The second command

conda install -c conda-forge ulmo 

was unsuccessful.  Here is a copy of the error messages.
Inline image 1

I can load the https addresses in my web browser and list the contents.  Any ideas?



---------- Forwarded message ----------
From: Dharhas Pothina <dha...@gmail.com>
Date: Tue, Mar 28, 2017 at 10:42 AM
Subject: Re: ulmo update on Windows
To: Kathleen Holman <kathleen...@gmail.com>, wilson.andrew.j+github@gmail.com

Looks like you are using Anaconda Python. We have a anaconda package for ulmo, so the best thing to do would be to use Anaconda to do the update. I'm not sure how you did the initial install but I'm going to assume you used pip.

You can either use the Anaconda Navigator GUI tool to update the ulmo (ulmo is in the conda-forge community channel) or from the windows menu open 'Anaconda Prompt' and type the following commands:

pip uninstall ulmo
conda install -c conda-forge ulmo

In the future can you please direct questions to the mailing list ul...@googlegroups.com, that way others can chime in and we have a record of questions asked.

thanks.

- dharhas

On Tue, Mar 28, 2017 at 10:55 AM Kathleen Holman <kathleen...@gmail.com> wrote:
Hi,

I found your e-mail addresses on the GitHub ulmo page, and I would like to ask your help on an update issue I have.  I am a beginner user of Python.  I have been using Spyder, in conjunction with the ulmo package, on a Windows machine to download historical precipitation observations.  I have been doing this successfully for about 1.5 years.  Recently, I started receiving a certificate error when trying to download data using ulmo.  The certificate issue may be related to the version of ulmo I am running.  In Spyder, I ran ulmo.__version__, which shows that I am running 0.7.6.  The latest version on the github page is 0.8.4.  I would like to update my package, but I do not know how.  I have tried running:

pip freeze > requirements.txt && pip install --upgrade -r requirements.txt && del requirements.txt 

on the Windows command line with no success.  Here is a subset of the output:

Requirement already up-to-date: ulmo==0.7.6 in C:\users\kholman\appdata\local\continuum\annaconda\lib\site-packages

Do you know how I can update the ulmo package to 0.8.4?  Will this require some kind of manual download?  Any tips or suggestions would be greatly appreciated.  

  Thank you, 
     Katie Holman


Dharhas Pothina

unread,
Mar 28, 2017, 1:38:30 PM3/28/17
to ul...@googlegroups.com

Try

conda update conda

To get the latest version of conda. If that doesn't work you may need to reinstall a more recent version of anaconda or raise it on the anaconda mailing list.

Dharhas


--
You received this message because you are subscribed to the Google Groups "ulmo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ulmo+uns...@googlegroups.com.
To post to this group, send email to ul...@googlegroups.com.
Visit this group at https://groups.google.com/group/ulmo.
For more options, visit https://groups.google.com/d/optout.

Dharhas Pothina

unread,
Mar 28, 2017, 1:57:57 PM3/28/17
to ul...@googlegroups.com

retrying or the conda update conda should fix things

Reply all
Reply to author
Forward
0 new messages