Skip to content
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

tqdm not detcted even though installed #22

Closed
pavelloz opened this issue Dec 15, 2021 · 6 comments
Closed

tqdm not detcted even though installed #22

pavelloz opened this issue Dec 15, 2021 · 6 comments

Comments

@pavelloz
Copy link

pavelloz commented Dec 15, 2021

Hello :)
Im trying to run your program, but it got stuck:

adobe-packager|master ⇒ pip install tqdm
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: tqdm in /Users/x/Library/Python/3.8/lib/python/site-packages (4.62.3)
adobe-packager|master ⇒ pip3 install tqdm
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: tqdm in /Users/x/Library/Python/3.8/lib/python/site-packages (4.62.3)
adobe-packager|master ⇒ /Applications/Adobe\ Packager.command
python3 found!
requests found!
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'tqdm'
Requirement already satisfied: tqdm in /Users/x/Library/Python/3.8/lib/python/site-packages (4.62.3)
starting ccdl
Trying to Install required module: tqdm

Requirement already satisfied: tqdm in /Users/x/Library/Python/3.8/lib/python/site-packages (4.62.3)
You need tqdm!
                install it from http://pypi.python.org/pypi/tqdm
                or run: pip3 install tqdm.

Am i doing something wrong here? Python3 is installed via brew, maybe thats the issue?

@fanat12k
Copy link

I remove tqdm and it's work for me.

@pavelloz
Copy link
Author

@fanat12k how did you do that?

@fanat12k
Copy link

tqdm - used only to display the download process. Just look at the place where this tqdm is used and delete this part of the code.
@pavelloz

@pavelloz
Copy link
Author

Thank you, that worked! :)

@mackonsti
Copy link

Could perhaps @Drovosek01 add a detection for tqdm in the system and not use it to avoid tampering with the script code?

@thpryrchn
Copy link
Collaborator

@mackonsti Yes, I have though about having it skip when it isn't installed and replace it with a progress bar that doesn't require installing, but I havent had the time to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants