Skip to content

Pycam won't run - gives ImportError #203

@Tom1827

Description

@Tom1827

I'm simply trying to get things running on Windows 10 system with Python 3.10.

I've tried both methods in the readme (download zip vs/ clone) and both give the same error when trying to run either run_gui.py or run_cli.py:

Traceback (most recent call last):
  File "C:\all\prog\pycam\pycam\run_gui.py", line 40, in <module>
    from pycam import VERSION
ImportError: cannot import name 'VERSION' from 'pycam' (unknown location)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\all\prog\pycam\pycam\run_gui.py", line 45, in <module>
    from pycam import VERSION
ImportError: cannot import name 'VERSION' from 'pycam' (unknown location)

I'm sure I'm missing something simple; any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions