Cannot install v0.15.0.0 from PyPI source due to missing requirements.in · Issue #403 · cs01/gdbgui · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this is not part of PyPI source, which causes build to fail when running pip install ... </path/to/extracted/gdbgui-0.15.0.0>:
Running setup.py (path:/private/tmp/pip-req-build-1po4_ych/setup.py) egg_info for package from file:///private/tmp/gdbgui-20210901-83182-1vvs9i1/gdbgui-0.15.0.0
Created temporary directory: /private/tmp/pip-pip-egg-info-yevhhffb
Running command python setup.py egg_info
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/tmp/pip-req-build-1po4_ych/setup.py", line 62, in <module>
install_requires=distutils.text_file.TextFile(
File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/text_file.py", line 100, in __init__
self.open(filename)
File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/text_file.py", line 115, in open
self.file = io.open(self.filename, 'r', errors=self.errors)
FileNotFoundError: [Errno 2] No such file or directory: './requirements.in'
WARNING: Discarding file:///private/tmp/gdbgui-20210901-83182-1vvs9i1/gdbgui-0.15.0.0. 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.
Describe the bug
setup.py
referencesrequirements.in
:gdbgui/setup.py
Line 63 in 6c06eae
However, this is not part of PyPI source, which causes build to fail when running
pip install ... </path/to/extracted/gdbgui-0.15.0.0>
:This was seen in Homebrew Homebrew/homebrew-core#84405
To Reproduce
Steps to reproduce the behavior (based on Homebrew installation process):
gdbgui
from extracted source:pip install -v --no-deps --no-binary :all: --ignore-installed </path/to/extracted/gdbgui-0.15.0.0>
Expected behavior
Successfully builds & installs
gdbgui
using PyPI sourceScreenshots
N/A
Please complete the following information:
gdbgui -v
): 0.15.0.0gdb -v
):pip freeze
):Additional context
See Homebrew PR. Current work around issue by manually setting up the missing requirements.in file.
The text was updated successfully, but these errors were encountered: