blender-for-science / import-G-code

Imports G-code files into Blender 2.80+ as a collection of layers which can then be animated or exported.
GNU General Public License v3.0
31 stars 9 forks source link

ModuleNotFoundError: No module named 'tqdm' #15

Open YourNerdiness opened 1 year ago

YourNerdiness commented 1 year ago

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'

drywet commented 10 months ago

I installed tqdm in the Scripting tab in Blender and restarted Blender, and it worked: https://blender.stackexchange.com/a/153520/175822

Davo0009 commented 3 months ago

How can I install it? Please help!