This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Description
Environment
- OS : Windows 11
- Python Version : 3.11
Problems and Errors
Make install
Output :
poetry is not recognized. Tried installing with pip install , it worked !
But
make install
process_begin: CreateProcess(NULL, which python3.10, ...) failed.
"Installing training pipeline..."
poetry env use && \
PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring poetry install && \
poetry run pip install torch==2.0.1
Not enough arguments (missing: "python")
make: *** [install] Error 1