coq-nvim throws python error with 'pairwise' from 'std2' #3215
-
I encounter an error with 'pairwise' from 'std2.itertools' when trying to use coq-nvim. Not sure if this is specifically from nixvim, or somewhere else.. Besides below I am just using a flake that uses pkgs.coq I use Nixvim as standalone flake, below is my config: {
plugins.coq-nvim = {
enable = true;
installArtifacts = true;
settings = {
auto_start = false;
keymap.recommended = true;
};
};
} When I use nvim in a .v file, and use the :COQnow nvim command, I get below error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I opened NixOS/nixpkgs#402834 which should probably fix it. |
Beta Was this translation helpful? Give feedback.
-
Can you update your flake inputs and try again please? It should be fixed now. |
Beta Was this translation helpful? Give feedback.
I opened NixOS/nixpkgs#402834 which should probably fix it.