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 am trying to install bCNC, but I am struggling.. I am not able to install python 3.8, so I tired with 3.9 or 3.10. then I am getting:
python -m bCNC 1 ✘ system 04:49:06
================================================================================
WARNING: bCNC was recently ported to only support
python3.8 and newer.
Most things seem to work reasonably well.
Please report any issues to: https://github.com/vlachoudis/bCNC/issues
================================================================================
new-config bCNC <configparser.ConfigParser object at 0x104f2b520>
G2Core loaded
Traceback (most recent call last):
File "/Users/tomasz/.pyenv/versions/3.9.18/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/tomasz/.pyenv/versions/3.9.18/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/tomasz/.pyenv/versions/3.9.18/lib/python3.9/site-packages/bCNC/__main__.py", line 226, in <module>
main()
File "/Users/tomasz/.pyenv/versions/3.9.18/lib/python3.9/site-packages/bCNC/__main__.py", line 153, in main
application = bmain.Application(className=f" {Utils.__prg__} ")
File "/Users/tomasz/.pyenv/versions/3.9.18/lib/python3.9/site-packages/bCNC/bmain.py", line 153, in __init__
photo = PhotoImage(file=f"{Utils.prgpath}/bCNC.png")
File "/Users/tomasz/.pyenv/versions/3.9.18/lib/python3.9/tkinter/__init__.py", line 4064, in __init__
Image.__init__(self, 'photo', name, cnf, master, **kw)
File "/Users/tomasz/.pyenv/versions/3.9.18/lib/python3.9/tkinter/__init__.py", line 4009, in __init__
self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't recognize data in image file "/Users/tomasz/.pyenv/versions/3.9.18/lib/python3.9/site-packages/bCNC/bCNC.png"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I am trying to install bCNC, but I am struggling.. I am not able to install python 3.8, so I tired with 3.9 or 3.10. then I am getting:
All reactions