Closed ankurzing closed 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
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