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

error when i try to install the software on windows 10 #8

Closed
Avrozavr opened this issue Jun 19, 2021 · 1 comment
Closed

error when i try to install the software on windows 10 #8

Avrozavr opened this issue Jun 19, 2021 · 1 comment

Comments

@Avrozavr
Copy link

C:\Users\Avr>pip install git+https://github.com/justfoolingaround/animdl-install
Collecting git+https://github.com/justfoolingaround/animdl-install
Cloning https://github.com/justfoolingaround/animdl-install to c:\users\public\documents\wondershare\creatortemp\pip-req-build-5sa9_v3g
Running command git clone -q https://github.com/justfoolingaround/animdl-install 'C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-req-build-5sa9_v3g'
ERROR: Command errored out with exit status 1:
command: 'c:\users\avr\appdata\local\programs\python\python39\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-req-build-5sa9_v3g\setup.py'"'"'; file='"'"'C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-req-build-5sa9_v3g\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-pip-egg-info-93f6fxo6'
cwd: C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-req-build-5sa9_v3g
Complete output (13 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-req-build-5sa9_v3g\setup.py", line 2, in
from animdl.version import core
File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-req-build-5sa9_v3g\animdl_init_.py", line 1, in
from . import core
File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-req-build-5sa9_v3g\animdl\core_init_.py", line 2, in
from .downloader.download import internal_download
File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-req-build-5sa9_v3g\animdl\core\downloader_init_.py", line 1, in
from .download import
File "C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-req-build-5sa9_v3g\animdl\core\downloader\download.py", line 6, in
from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'
----------------------------------------
WARNING: Discarding git+https://github.com/justfoolingaround/animdl-install. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I am new to github, so sorry if i will make mistakes.

@justfoolingaround
Copy link
Owner

Aight, so, give pip install git+https://github.com/justfoolingaround/animdl-install a re-run.

Issue was caused due to the .__init__ attribute importing the codebase that caused the code to auto-run during installation without installing what it requires forehand.

Thanks for reporting this issue as this bug in the installer wouldn't be identified if it weren't for this!

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

2 participants