After building with 'make BACKEND=uci', running any of the UCI test scripts results in the following error:
$ python3 tools/uci/test_http_local.py
Traceback (most recent call last):
File "/Users/armitage/git/c64-https/tools/uci/test_http_local.py", line 29, in
from c64_test_harness import Labels
ModuleNotFoundError: No module named 'c64_test_harness'
After building with 'make BACKEND=uci', running any of the UCI test scripts results in the following error:
$ python3 tools/uci/test_http_local.py
Traceback (most recent call last):
File "/Users/armitage/git/c64-https/tools/uci/test_http_local.py", line 29, in
from c64_test_harness import Labels
ModuleNotFoundError: No module named 'c64_test_harness'