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
Describe the bug
when I try to install gdbgui in another machine by pip, pip raises an exception:
Exception:
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/pip/_internal/basecommand.py", line 141, in main
status = self.run(options, args)
File "/usr/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 299, in run
resolver.resolve(requirement_set)
File "/usr/lib/python3.7/site-packages/pip/_internal/resolve.py", line 102, in resolve
self._resolve_one(requirement_set, req)
File "/usr/lib/python3.7/site-packages/pip/_internal/resolve.py", line 261, in _resolve_one
check_dist_requires_python(dist)
File "/usr/lib/python3.7/site-packages/pip/_internal/utils/packaging.py", line 46, in check_dist_requires_python
feed_parser.feed(metadata)
File "/usr/lib/python3.7/email/feedparser.py", line 175, in feed
self._input.push(data)
File "/usr/lib/python3.7/email/feedparser.py", line 103, in push
self._partial.write(data)
TypeError: string argument expected, got 'NoneType'
Thanks for reporting. I'll try to reproduce and fix the issue. Looks like it might have something to do with Python 3.7.
What was the command you ran? pip install gdbgui? You mentioned you tried to install "in another machine", was there anything unique or unusual about the setup?
Describe the bug
when I try to install
gdbgui
in another machine bypip
,pip
raises an exception:Screenshots

Please complete the following information:
ArchLinux
gdb -v
):GNU gdb (GDB) 8.2
chrome
pip freeze
):The text was updated successfully, but these errors were encountered: