I am trying to get an Egg-Bot working for my sistyer-in-law and I don’t know what it wants.
I loaded Inscape .92 and the pre-made Axi-Draw360 package. Inscape shows the extensions but when I try to “apply” to get anything to move I get:
Traceback (most recent call last):
  File “eggbot.py”, line 36, in <module>
    ebb_serial = from_dependency_import(‘plotink.ebb_serial’)  # Requires v 0.13 in plotink    https://github.com/evil-mad/plotink
  File “plot_utils_import.py”, line 36, in from_dependency_import
    module = import_module(module_name)
  File “C:\Program Files\Inkscape\lib\python2.7/importlib/__init__.py”, line 37, in import_module
    __import__(name)
  File “C:\Users\15093\AppData\Roaming\inkscape\extensions\axidraw_deps/plotink/ebb_serial.py”, line 39, in <module>
    from packaging.version import parse
  File “C:\Users\15093\AppData\Roaming\inkscape\extensions\axidraw_deps/packaging/version.py”, line 42
    def parse(version: str) -> Union[“LegacyVersion”, “Version”]:
                     ^
SyntaxError: invalid syntax
Any Ideas?