-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No Module named tqdm #10
Comments
You have to install tqdm with the blender internal python version. |
Hello, I am new around here. I am using blender 3.0.1. I download the latest release as a '.zip' file and headed over to Blender. |
@gbilliar hello. I had the same issue, I tried every way I could think of to get tqdm on blender. I tried making an anaconda env to replace the python directory within blender. I think that worked. The trick was to make the anaconda envi with the same python version as was originally in blender (very important) and naming it "python", then pip installing tqdm and regex through the anaconda command line, then linking the new env into the folder with blenders python folder, and renaming the original blender-python something else "ie. ___py_thon or something). There is also anouther addon on GitHub that works a little easier. Version 2.8.1 might work better also. |
Thank you kind stranger. |
Has anyone managed to solve this? |
If I remember correctly, I did find a work around somewhere else.
…On Sat, Mar 12, 2022 at 11:07 AM hive_mind.exe ***@***.***> wrote:
Has anyone managed to solve this?
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWF5D76QB7Q6HDGQQAHRCVTU7TFLPANCNFSM5GSN6JMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
For anyone still having this issue on Windows...
Hit the play button next to where you click 'New'
Hit the play button again. Blender should now be able to find the tqdm module, and the error should go away. I then got a different error, but at least this one should be fixed for you. Edit: Removed a ` after the first |
Hi! is there video for this.. I did not manage to to install TGDM via scipting panel... please help |
@jessepietila There is a mistake in my comment though... I left a ` after the first Also, Blender and this code has had multiple updates since I posted, so it may not be relevant any more. Sorry! |
ok kind thanks! I did find Stitch3r so I might try that for 3DP renderings |
I'm trying to get this to work like it has before but suddenly, for the life of me, I can't get this to work. Here's the error I get on multiple versions of Blender. It doesn't want to work on 2.93.5 or 2.83. Help please?
Python: Traceback (most recent call last):
File "C:\Users\lilgr\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\import-G-code-master\processor.py", line 37, in execute
from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'
location: :-1
The text was updated successfully, but these errors were encountered: