FraBle / python-sutime

Python wrapper for Stanford CoreNLP's SUTime
GNU General Public License v3.0
153 stars 43 forks source link

Installation issue on Windows #56

Closed ankurzing closed 3 years ago

ankurzing commented 3 years ago

When I use the following command on Jupyter notebook (Windows):

!pip install sutime !mvn dependency:copy-dependencies -DoutputDirectory=./jars -f $(python3 -c 'import importlib; import pathlib; print(pathlib.Path(importlib.util.find_spec("sutime").origin).parent / "pom.xml")')

I get the following error:

POM file "$(python3" specified the -f/--file command-line argument does not exist