schedule
schedule copied to clipboard
Unable to install Schedule using conda
I'm trying to install Schedule to my mac on a conda virtual environment (Python 3.7.4) using:
conda install -c gomss-nowcast schedule.
Gives me error: PackagesNotFoundError: The following packages are not available from current channels:
- schedule
Current channels:
- https://conda.anaconda.org/gomss-nowcast/osx-64
- https://conda.anaconda.org/gomss-nowcast/noarch
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-64
- https://repo.anaconda.com/pkgs/r/noarch
Did you ever resolve this issue. I am running anaconda with python 3.8. I opened a powershell window. Then attempted to use the same links. Though I am attempting to install on windows 10.
Hi! I've just now learnt about the existence of Conda (pretty cool actually). Nice to see schedule is published on there as well.
From the docs on the conda package repo I read that you first need to add the channel
conda config --add channels conda-forge
Can you let me know if this works? If so we can add some documentation to this repository describing how to install this library in Anaconda. (#421)