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

Pin pip version in environment.yml #116

Open
MattBashton opened this issue Feb 1, 2022 · 0 comments
Open

Pin pip version in environment.yml #116

MattBashton opened this issue Feb 1, 2022 · 0 comments

Comments

@MattBashton
Copy link

MattBashton commented Feb 1, 2022

Looks like a recent conda forge update has caused install of aln2type with pip to fail within the conda env of the variant_definitions branch:

SyntaxError: future feature annotations is not defined

failed

CondaEnvException: Pip failed

A fix is to force the last version to install in the environment.yml:

- pip=21.3.1

Which should fix the issue.

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

1 participant