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
Is your feature request related to a problem? Please describe.
I stumbled onto this because I was trying to build an asdf-semgrep but couldn't figure out why it was crashing. It seems this repository does a lot of heavy lifting for python applications and it's very much appreciated.
I ran into an error when running asdf plugin add semgrep https://github.com/amrox/asdf-pyapp.git and then asdf latest semgrep. Semgrep can be found in Pypi.
When running asdf latest semgrep or asdf list-all semgrep. This is the error:
Plugin semgrep's list-all callback script failed with output:
asdf-pyapp: [ERROR] Unable to parse versions for 'semgrep'
Is your feature request related to a problem? Please describe.
I stumbled onto this because I was trying to build an asdf-semgrep but couldn't figure out why it was crashing. It seems this repository does a lot of heavy lifting for python applications and it's very much appreciated.
I ran into an error when running
asdf plugin add semgrep https://github.com/amrox/asdf-pyapp.git
and thenasdf latest semgrep
. Semgrep can be found in Pypi.When running
asdf latest semgrep
orasdf list-all semgrep
. This is the error:I'm running Python 3.11.8 and pip 24.0.
Describe the solution you'd like
semgrep to be installed and running
Describe alternatives you've considered
I'll probably look into the parser to see how versions are being parsed.
The text was updated successfully, but these errors were encountered: