-
Notifications
You must be signed in to change notification settings - Fork 428
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
Recipes with versioned Python dependencies ignore requested version #659
Comments
Also, if you change the dependency to |
Note, this relates to a discussion ongoing in #650. |
The Python dependency doesn't even use |
@QuLogic -- try this:
I think it has always been the case that conda has required python by itself to use |
That would be not too intuitive, but unfortunately it does not work. It's okay for 2.7 and 3.4, but if you try |
Hi there, thank you for your contribution! This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment. Thanks! |
We're having some trouble updating our builds to 3.5. The cartopy recipe there depends on
python >=2.7,<3.5
. No matter what you setCONDA_PY
to, the build always attempts to use 3.5:Even with
CONDA_PY
unset, the build ignores the version in the recipe and builds against 3.5:The text was updated successfully, but these errors were encountered: