carissalow/rapids

1.3/setup/installation/

Closed this issue · 7 comments

While installing commanad "conda env create -f environment.yml -n rapids", I'm getting below error
Solving environment: failed

ResolvePackageNotFound:

  • python=3.7.9
  • ca-certificates=2020.12.8
  • mkl
  • mkl_random=1.1.1
  • libcblas=3.8.0
  • liblapack=3.8.0
  • libblas=3.8.0
  • cookiecutter=1.6.0
  • arrow=0.16.0
  • numpy-base=1.19.2
  • libcxx=10.0.0
  • xgboost=0.90
  • mkl_fft=1.2.0
  • intel-openmp=2019.4
  • py-xgboost=0.90
  • llvm-openmp=10.0.0
  • libxgboost=0.90
  • _py-xgboost-mutex=2.0
  • setuptools=51.0.0
  • blas=1.0
  • mkl-service=2.3.0

I'm tyring to install on mac m1 and python 3.8.5 version is installed on my macbook.

Thanks for bringing this up @Qirtas. I was not able to reproduce this in an Intel Mac but @ChinW97 will try to do so in his M1

I couldn't reproduce this issue with my MacBook. Could you share a screenshot of the entire error message? Did you use Rosetta2 version homebrew when installing miniconda? The Rosetta2 version homebrew should be installed under /usr/local/bin/brew. If not, you might need to install the rosetta2 version homebrew first then install miniconda with it.

Hi, thank you for your reply. I first tried by putting the packages under pip in environment.yml file, it results in conflicting versions of different packages. Then I uninstalled homebrew and repeated the whole installation process and finally installed everything successfully.

Great it is working now, I'm closing this issue

When running the command 'conda activate rapids' i am having this issue in my mac m1 " CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. "

that's a problem with the installation of conda, did you restart your terminal after installing it? If so we always recommend using Rosetta2 to install homebrew and conda on M1s