-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels