nipyapi
nipyapi copied to clipboard
PyPi Download Link is Broken
- NiPyApi version: 0.16.1
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
- Go to PyPi/NiPyApi
- Click Download button under Project links
Error -404: Not Found
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.