astroconda / astroconda-contrib

Community Submitted Conda Recipes
12 stars 38 forks source link

Updating pysiaf to v0.14.0 #751

Closed mfixstsci closed 2 years ago

mfixstsci commented 2 years ago

Still need to test install, are there a set of instructions astroconda likes to follow? I would like to test pysiaf to make sure the package version updates install correctly.

I attempted:

conda build -c http://ssb.stsci.edu/astroconda --skip-existing --python=3.7 pysiaf

I ended up getting an error:

ImportError: cannot import name 'get_index' from 'conda.api'

mfixstsci commented 2 years ago

conda-build -c http://ssb.stsci.edu/astroconda pysiaf/ --skip-existing --python=3.7 turns out conda build and conda-build do two different things... This is ready to go now.

jneu commented 2 years ago

lgtm