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
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?
The text was updated successfully, but these errors were encountered:
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
orrun_cli.py
:I'm sure I'm missing something simple; any ideas?
The text was updated successfully, but these errors were encountered: