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 getting this error when trying to import a gcode.
Python: Traceback (most recent call last):
File "/home/yournerdiness/.config/blender/3.5/scripts/addons/import-G-code-master/processor.py", line 37, in execute
from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'
The text was updated successfully, but these errors were encountered:
I'm getting this error when trying to import a gcode.
Python: Traceback (most recent call last):
File "/home/yournerdiness/.config/blender/3.5/scripts/addons/import-G-code-master/processor.py", line 37, in execute
from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'
The text was updated successfully, but these errors were encountered: