You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2025. It is now read-only.
hello,
My computer system is Windows. There are always errors when I run make. Can I write a method to run it directly in python xx.py without using make.
For example, when I run the code make build-all path=experiments/configs/ETTm2, I get the following error:
/usr/bin/sh: line 1: make: command not found
/usr/bin/sh: line 1: make: command not found
/usr/bin/sh: line 1: make: command not found
/usr/bin/sh: line 1: make: command not found
/usr/bin/sh: line 1: make: command not found
/usr/bin/sh: line 1: make: command not found
/usr/bin/sh: line 1: make: command not found
/usr/bin/sh: line 1: make: command not found
make: *** [Makefile:7: build-all] Error 127
In addition, I tried various methods to install make, but they couldn't solve this problem.(it may be my computer problem)