GAEPyPI icon indicating copy to clipboard operation
GAEPyPI copied to clipboard

problem with multiple packages with the same prefix

Open lironmo opened this issue 5 years ago • 0 comments

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.

lironmo avatar Aug 19 '20 13:08 lironmo