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
Raises an unrecoverable error for pip-rewind. Investigate
Exception ignored in: <generator object requirements_parser at 0x7f6c8badceb0>
Traceback (most recent call last):
File "/home/Amar1729/.local/lib/python3.8/site-packages/pip_rewind/cli.py", line 39, in main
version = get_first_version_before(module, args.date)
RuntimeError: generator ignored GeneratorExit
Traceback (most recent call last):
File "/home/Amar1729/.local/bin/pip-rewind", line 8, in <module>
sys.exit(main())
File "/home/Amar1729/.local/lib/python3.8/site-packages/pip_rewind/cli.py", line 39, in main
version = get_first_version_before(module, args.date)
File "/home/Amar1729/.local/lib/python3.8/site-packages/pip_rewind/versions.py", line 101, in get_first_version_before
version = get_first_version_before_rss(pkg, date)
File "/home/Amar1729/.local/lib/python3.8/site-packages/pip_rewind/versions.py", line 53, in get_first_version_before_rss
for version, release_date in get_versions(pkg):
File "/home/Amar1729/.local/lib/python3.8/site-packages/pip_rewind/versions.py", line 33, in get_versions
feed = rss_parser.Parser(xml=xml.content).parse()
File "/home/Amar1729/.local/lib/python3.8/site-packages/rss_parser/_parser.py", line 39, in parse
"version": main_soup.rss.get("version"),
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
I could hardcode a check for git+ but i think more robust might be stripping trailing comments and then asserting that the match result is equal to the original line?
Dependency:
Raises an unrecoverable error for pip-rewind. Investigate
The text was updated successfully, but these errors were encountered: