Closed PiRK closed 1 year ago
I fixed the error. I had to uninstall the system's pathspec
(sudo apt remove pathspec
, version 0.9.0) so that the newly installed version (0.11.0) would be used instead.
Sorry for the unnecessary issue, I'm closing it.
@PiRK I appreciate you creating this "unnecessary" issue because it helped me solve a similar issue with my own project. I instead did sudo apt remove python3-pathspec
. Cheers.
I'm trying to write tests for #164, but I 'm not able to install the package.
It looks like a problem with some dependencies, maybe conflicting. But I don't understand the error.
Note that I ran
pip install pathspec --upgrade
to be sure to have the latest version. And it seems to have a GitIgnoreSpec attribute.