-
Notifications
You must be signed in to change notification settings - Fork 99
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
introspect.py - problem parsing requirements.txt - Ansible-Builder-3.0.0 #593
Comments
FYI ansible-builder came from RH8 repo but I replicated the issue by copying over the files in question to a Debian 11 box. I copied over the site-packages and context/_build/scripts for testing replication. If this is too much heresy please let me know. |
The lack of support for issue: madpah/requirements-parser#51 |
Duplicate of issue #319. Yes, this is due to our use of requirements-parser. There has been some investigation of improving this, but there hasn't been any movement for a while due to other pressing things. |
Closing as duplicate. |
This is a cross post to a problem adding the collection paloaltonetworks.panos
Warning: failed to parse requirements from paloaltonetworks.panos, error: not enough values to unpack (expected 1, got 0) #447
The core issue seems to be parsing the requirements.txt from the collection.
requirements.txt from Palo repo
I tried removing the "\" and joining the lines in question and got the following output.
I removed the --hash strings and then it seemed like introspect worked.
The text was updated successfully, but these errors were encountered: