Errors – dont know what it wants

Home Evil Mad Scientist Forums Egg-Bot Errors – dont know what it wants

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30302
    Nduck
    Participant

    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?

    #30310
    Windell Oskay
    Keymaster

    That version of the EggBot (and AxiDraw) software requires Inkscape 1.0 or newer; it will not work with Inkscape 0.92.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Errors – dont know what it wants’ is closed to new replies.