Frontend Example Broken
- Dominant language
- Python
- Stars
- 722
- Forks
- 237
- Avg merge
- 11h 31m
- Merged PRs (30d)
- 4
Description
II cannot seem to get the frontend example to run. Tried latest and V1.3 release. The error output is quite different from both versions but both seem to be missing a dependency.
It is highly possible this is user error due to my limited python knowledge so please disregard if it is!
On latest:
ash@HD3:~/Delete/openhtf/examples$ python frontend_example.py
Traceback (most recent call last):
File "frontend_example.py", line 21, in
from openhtf.output.servers import station_server
File "/home/ashleyduncan/Delete/openhtf/openhtf/output/servers/station_server.py", line 23, in
from openhtf.output.callbacks import mfg_inspector
File "/home/ashleyduncan/Delete/openhtf/openhtf/output/callbacks/mfg_inspector.py", line 14, in
from openhtf.output.proto import test_runs_converter
File "/home/ashleyduncan/Delete/openhtf/openhtf/output/proto/test_runs_converter.py", line 39, in
from openhtf.output.proto import test_runs_pb2
ImportError: cannot import name test_runs_pb2
On V1.3 Release
ash@HD3:~/Delete/openhtf/examples$ python frontend_example.py
Traceback (most recent call last):
File "frontend_example.py", line 21, in
from openhtf.output.servers import station_server
File "/home/ashleyduncan/Delete/openhtf/openhtf/output/servers/station_server.py", line 26, in
from openhtf.output.callbacks import mfg_inspector
File "/home/ashleyduncan/Delete/openhtf/openhtf/output/callbacks/mfg_inspector.py", line 48, in
from openhtf.output.proto import guzzle_pb2
ImportError: cannot import name guzzle_pb2
Contributor guide
Assessment
This issue has not been assessed yet.