FileNotFoundError: Project root directory not found. Indicators: ['.project-root']
Hello,autherHello Author, could you please tell me why there is an error here?
Here are track:
Traceback (most recent call last):
File "/home/d/Pycode/manner/manner/train.py", line 11, in
I got this answer from another issue in other project. And for now it works well. just create a empty file named '.project-root' in your working directory(I mean, the directory where your terminal stay.) you can simply create it use touch: touch .project-root hope it works