Hi,
When I (or another package) import this package, there is something trying to run a git command. I get:
fatal: not a git repository (or any of the parent directories): .git
I tried to git clone it to play around and find the bug but it doesn't seem to install cleanly from the git image, and in any case, that would mask the bug (because probably the command would be running in a git repo)
Steps to repro:
python -m venv test
pip install nlp-pie
python -c "import pie"
I'm on OSX Mojave, Python 3.7
Hi,
When I (or another package) import this package, there is something trying to run a git command. I get:
fatal: not a git repository (or any of the parent directories): .gitI tried to git clone it to play around and find the bug but it doesn't seem to install cleanly from the git image, and in any case, that would mask the bug (because probably the command would be running in a git repo)
Steps to repro:
I'm on OSX Mojave, Python 3.7