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
Hi, i ve been trying to work this out, i guess what was called stratasys-cli changed to stratatools-cli but then it does not work, so the most similar thing i found was on the stratatools directory console_app.py but when i run it it does not work and it shows this error:
~/stratatools-master/stratatools $ ./console_app.py
Traceback (most recent call last):
File "./console_app.py", line 13, in
from google.protobuf.text_format import MessageToString, Merge
ImportError: No module named google.protobuf.text_format
I trying to read all the information on the eeprom. if someone can help me with this i really appreciate it
The text was updated successfully, but these errors were encountered:
Hi, i ve been trying to work this out, i guess what was called stratasys-cli changed to stratatools-cli but then it does not work, so the most similar thing i found was on the stratatools directory console_app.py but when i run it it does not work and it shows this error:
~/stratatools-master/stratatools $ ./console_app.py
Traceback (most recent call last):
File "./console_app.py", line 13, in
from google.protobuf.text_format import MessageToString, Merge
ImportError: No module named google.protobuf.text_format
I trying to read all the information on the eeprom. if someone can help me with this i really appreciate it
The text was updated successfully, but these errors were encountered: