aparcar / openwrt-rebuilder

5 stars 5 forks source link

python3 ./setup.py install fails due to missing requirements.txt #5

Closed kpcyrd closed 2 years ago

kpcyrd commented 2 years ago

I'm getting this error:

Traceback (most recent call last):
  File "/openwrt-rebuilder/./setup.py", line 12, in <module>
    with open(join(base_path, "requirements.txt")) as req_file:
FileNotFoundError: [Errno 2] No such file or directory: '/openwrt-rebuilder/requirements.txt'
aparcar commented 2 years ago

I used poetry locally without pushing it, should be fixed by https://github.com/aparcar/openwrt-rebuilder/pull/7