NOAA-ORR-ERD / WebGnomeClient

Javascript client that uses the WebGnomeAPI to create and run py_gnome models.
3 stars 9 forks source link

Issue about install conda_requirements.txt #11

Closed pepito232 closed 7 years ago

pepito232 commented 7 years ago

I'm following all the steps. I've got a Redis server and Anaconda software.

When I was trying to install webgnome API, I wrote "conda install --file conda_requirements.txt" and Command Prompt showed me a PackageNotFoundError... Why? I've got a pygnome folder.

Thanks,

P.

NaomiWilkins-NOAA commented 7 years ago

What does conda config --get channels tell you?

You want it to look something like:

--add channels 'defaults' # lowest priority --add channels 'conda-forge' --add channels 'noaa-orr-erd' # highest priority

pepito232 commented 7 years ago

Thank you very match, I solved the problem when I added conda-forge and noaa--orr-erd channels. Now I' ve got a problem with install requirements.txt from WebgnomeAPI. The following error is:

'Could not find a version that satisies the requirement PyGnome (from -r requirements.txt line11)) (from versions: ) No matching distribution found for Pygnome (from -r requirements.txt (line 11))'.

First, sorry for the inconveniences, I'm new at this...

Thanks,

P.

pepito232 commented 7 years ago

@NathanWilkins-NOAA error

NaomiWilkins-NOAA commented 7 years ago

You can find that dependency here https://github.com/NOAA-ORR-ERD/PyGnome. It isn't distributed on pip or conda yet.