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

Dependency pexpect should be updated to avoid conflict with async keyword #3

Open
Svetlitski opened this issue Sep 30, 2020 · 1 comment

Comments

@Svetlitski
Copy link

Svetlitski commented Sep 30, 2020

pexpect should be updated to at least version 4.7, as prior versions used async as the name of a function argument, preventing them from running on newer versions of python, which have async as a reserved word. If this is not possible, then the README should at least mention that you'll need to install an old (<=3.6) version of python in order to successfully use this repo.

@mutux
Copy link

mutux commented Oct 17, 2020

Thanks! I ran into the same problem and fixed it by upgrading pexpect to version 4.7 (python==3.7)

pminervini added a commit to pminervini/retrieval-based-baselines that referenced this issue Nov 30, 2020
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