Closed tbenst closed 1 year ago
looks like the package name test-tube
does not match what is found on pypi (test_tube
).
Update: seems like the offending code is:
"extension": determine_filename_extension(
package_release_json["filename"], # "test_tube-0.7.5.tar.gz"
package_json["info"]["name"], # "test-tube"
package_version, # 0.7.5
),
Source: https://pypi.org/pypi/test-tube/json
The package info and the release info do not fit nicely ...
I am getting this error (I think for the same reason) on a couple other packages: rsconnect-python, rsconnect-jupyter...
that is really unfortunate and as you said there are a couple of packages which do this. On Error we could perform a second lookup in the pypi overview page or we could simply guess the name by replacing the first -
with a _
.
Pull-Requests are highly appreciated for this issue :)
I believe this is the same issue encountered here, to make sure that insight is shared both ways :) https://github.com/DavHau/pypi-crawlers/issues/5#issuecomment-653484997
Such a great package--thanks for this!
here's the error: