schedule icon indicating copy to clipboard operation
schedule copied to clipboard

Unable to install Schedule using conda

Open himanshu20792 opened this issue 5 years ago • 2 comments

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

himanshu20792 avatar Aug 23 '19 22:08 himanshu20792

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.

BeanFest avatar Nov 06 '20 03:11 BeanFest

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)

SijmenHuizenga avatar Jan 31 '21 22:01 SijmenHuizenga