-
Notifications
You must be signed in to change notification settings - Fork 71
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
Python 3.7 does not appear to be supported anymore #158
Comments
Can you try leaving your env file unrestrained when it comes to name: my-env
channels:
- conda-forge
- defaults
dependencies:
- python
- networkit==6.1.0
.... |
Unfortunately for some of our codebases we need to specify the Python version in the Would you accept a PR to allow the Python version specified in the |
what does your action invocation look like? |
Lacking more precise information... v2.1 tries to reduce the number of successive re-solves of the environment, for performance reasons. If you specify Note that #160 (which did provide enough information to debug the issue) points out that we're messing up the channel ordering, because javascript, but we'll get that sorted this evening. In the near term (e.g. next 24 hours), try removing |
Thank you @bollwyvl ! You are correct, removing |
Hi! My env file looks like this:
However, the
setup-miniconda
logs report that Python 3.8.5 is being added to the env file, which then predictably failsIs this related to the new update? It has not failed in the past. I tried pinning
[email protected]
but had the same error result. Ideally, I'd like to be able to specify the Python version in myenv.yml
file.The text was updated successfully, but these errors were encountered: