redisai-examples icon indicating copy to clipboard operation
redisai-examples copied to clipboard

Conda PackagesNotFoundError

Open irthomasthomas opened this issue 6 years ago • 1 comments

Following the readme instructions, I have set up a python3.6 conda environment, but upon trying to install the requirments.tx I get this error from conda:

PackagesNotFoundError: The following packages are not available from current channels:

  • redis==3.2.1
  • redisai
  • skl2onnx==1.5.0
  • ml2rt
  • onnxconverter-common==1.5.0
  • keras2onnx==1.5.0
  • rmtest==0.7.0
  • torch==1.1.0
  • mkl-fft==1.0.12
  • onnxmltools==1.5.0
  • mkl-random==1.0.2

Current channels:

  • https://conda.anaconda.org/conda-forge/linux-64
  • https://conda.anaconda.org/conda-forge/noarch
  • https://repo.anaconda.com/pkgs/main/linux-64
  • https://repo.anaconda.com/pkgs/main/noarch
  • https://repo.anaconda.com/pkgs/r/linux-64
  • https://repo.anaconda.com/pkgs/r/noarch

irthomasthomas avatar Sep 27 '19 12:09 irthomasthomas

Hi @irthomasthomas, Thanks for the issue. Let me have a look into the current master (We had few breaking changes in RedisAI which caused our example repo to break recently for which we are pushing a release soon)

hhsecond avatar Sep 28 '19 19:09 hhsecond