Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running conda build check for pysiaf #570

Open
shanosborne opened this issue Oct 24, 2019 · 2 comments
Open

Error running conda build check for pysiaf #570

shanosborne opened this issue Oct 24, 2019 · 2 comments

Comments

@shanosborne
Copy link
Contributor

I just updated the pysiaf package to v0.6.1 and in trying to update it in astroconda-contrib, I updated the meta.yaml flie with the new version # and one new package requirement, and then ran the line conda build -c http://ssb.stsci.edu/astroconda --skip-existing --python=3.5 pysiaf as a check. It failed for python 3.5, finding tons of conflicts during the Attempting to finalize metadata for pysiaf section, but passed when I set it to python 3.6.

Does astroconda-contrib require that packages pass in python 3.5 to be included (since that's the version used in the ReadtheDocs example)? Also, all our dependencies seem to be 3.5 compatible, but does this build process failing indicate that the package as a whole is somehow no longer python 3.5 compatible? (I'm not sure exactly what is happening within this build command)

tagging @Johannes-Sahlmann

@rendinam
Copy link
Contributor

Hi @shanosborne , conda itself no longer supports python 3.5, so as long as the package builds with 3.6, it will be publishable.

@shanosborne
Copy link
Contributor Author

Okay perfect, then I'll open a PR! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants