SebKuzminsky / pycam

Other
338 stars 99 forks source link

Pycam won't run - gives ImportError #203

Open Tom1827 opened 2 years ago

Tom1827 commented 2 years ago

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?