ml2grow / GAEPyPI

PyPI private package index on Google App Engine
GNU General Public License v3.0
29 stars 16 forks source link

problem with multiple packages with the same prefix #14

Open lironmo opened 4 years ago

lironmo commented 4 years ago

Hello, it's seems that the pip server failed to present the data linked to packages that has the same prefix. for example: framework-1.4.0a1 framework-1.4.0a1+jetson

it's seems that although the wheels and the gz are in the google cloud bucket, only framework-1.4.0a1+jetson works while i get the following " Not found" when trying to reach framework-1.4.0a1.

but if you delete the framework-1.4.0a1+jetson it's able to find the package.

it's seems that there is a bug when parsing the bucket files with the same prefix - can you please can try to recreate and check?

simply create two packages with the same prefix.

Thanks.