Chaffelson / nipyapi

A convenient Python wrapper for Apache NiFi
Other
245 stars 76 forks source link

PyPi Download Link is Broken #254

Closed davidmargolis closed 2 weeks ago

davidmargolis commented 3 years ago

Description

The Download button on PyPi/NiPyApi page should direct to a page that allows you to download the project rather than getting a 404 error. (This is a different function than the Download files link)

What I Did

  1. Go to PyPi/NiPyApi
  2. Click Download button under Project links

Error -404: Not Found

Chaffelson commented 3 years ago

so the problem here appears to be that Pypi has autogenerated that URL and has got it wrong, if you look closely the tag name for the release is v0.16.1, but pypi is looking for 0.16.1, omitting the 'v' at the front. Looking on Pypi there seems to be no way to control this, but installs still appear to be working as expected so I think this is just a peculiarity of their website.