SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

environment.yml not working #237

Closed kelle closed 1 year ago

kelle commented 2 years ago

I am setting stuff up on a new computer and the environment.yml file didn't work for me. I keep getting this error:

conda env create -f environment.yml  
Solving environment: failed

ResolvePackageNotFound: 
  - libffi==3.3=hb1e8313_2
  - sqlite==3.33.0=hffcf06c_0
  - certifi==2020.11.8=py39hecd8cb5_0
  - libedit==3.1.20191231=h1de35cc_1
  - xz==5.2.5=h1de35cc_0
  - python==3.9.0=h88f2d9e_2
  - readline==8.0=h1de35cc_0
  - ncurses==6.2=h0a44026_1
  - tk==8.6.10=hb0a8c7a_0
  - zlib==1.2.11=h1de35cc_3
  - openssl==1.1.1h=haf1e3a3_0
  - ca-certificates==2020.10.14=0
  - setuptools==50.3.1=py39hecd8cb5_1
  - libcxx==10.0.0=1
  - pip==20.2.4=py39hecd8cb5_0
kelle commented 1 year ago

Assuming #368 fixes this.