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

Cannot install piptui via pip #9

Open
ghost opened this issue Sep 23, 2021 · 2 comments
Open

Cannot install piptui via pip #9

ghost opened this issue Sep 23, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 23, 2021

ERROR: Could not find a version that satisfies the requirement PipTUI (from vers
ions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.2.6, 0.2.7, 0.3.0, 0.3.1.dev1, 0.3.2,
 0.3.3, 0.3.4, 0.3.5, 0.3.6.dev0, 0.3.6.dev1, 0.3.6.dev2, 0.3.6.dev3, 0.3.6.dev4
, 0.3.6.dev5, 0.3.6.dev6, 0.3.6.dev7, 0.3.6.dev8, 0.3.7, 0.3.8)
ERROR: No matching distribution found for PipTUI

tried pip install PipTUI==0.3.8
C:\Users\Dipalee>pip install PipTUI==0.3.8 Collecting PipTUI==0.3.8 Using cached PipTUI-0.3.8.tar.gz (9.4 kB) ERROR: Command errored out with exit status 1: command: 'C:\Users\Dipalee\Desktop\python\python.exe' -c 'import io, os, sy s, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Dipalee\\AppData\\Local\\ Temp\\pip-install-x0edrrvg\\piptui_7494b4c2f8884d19a30581d389a8ed37\\setup.py'"' "'; __file__='"'"'C:\\Users\\Dipalee\\AppData\\Local\\Temp\\pip-install-x0edrrvg \\piptui_7494b4c2f8884d19a30581d389a8ed37\\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\Dipalee\AppData\Local\Temp\pip-pip-egg-info-y9nmyzug' cwd: C:\Users\Dipalee\AppData\Local\Temp\pip-install-x0edrrvg\piptui_74 94b4c2f8884d19a30581d389a8ed37\ Complete output (3 lines): Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'setuptools' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/87/68/6650f646670bf7 798fbf2b9d802e148c576b22ef7ac98626360720e3db98/PipTUI-0.3.8.tar.gz#sha256=5237bf f56395a00b74e598dedd4f5a8195f3b83dea8faddb7499c191c6a3cc63 (from https://pypi.or g/simple/piptui/). Command errored out with exit status 1: python setup.py egg_i nfo Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement PipTUI==0.3.8 (fr om versions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.2.6, 0.2.7, 0.3.0, 0.3.1.dev1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6.dev0, 0.3.6.dev1, 0.3.6.dev2, 0.3.6.dev3, 0.3 .6.dev4, 0.3.6.dev5, 0.3.6.dev6, 0.3.6.dev7, 0.3.6.dev8, 0.3.7, 0.3.8) ERROR: No matching distribution found for PipTUI==0.3.8

@ghost ghost closed this as completed Sep 24, 2021
@ghost ghost reopened this Sep 24, 2021
@ghost
Copy link
Author

ghost commented Sep 24, 2021

ERROR: Packages installed from PyPI cannot depend on packages which are not also
hosted on PyPI.

@rcmart3q
Copy link

rcmart3q commented Nov 6, 2022

You can bypass PyPI and install the package directly from GIT

pip3 install git+<gitCloneLink>
or for this specific repo
pip3 install git+https://github.com/nitanmarcel/PipTUI.git

Hope that helps.

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

1 participant