Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypi version 0.1.18 not installable #1292

Closed
abieler opened this issue May 7, 2019 · 4 comments
Closed

pypi version 0.1.18 not installable #1292

abieler opened this issue May 7, 2019 · 4 comments
Assignees

Comments

@abieler
Copy link

abieler commented May 7, 2019

On pypi the latest version is 0.1.18
(https://pypi.org/project/kfp/)

But
pip3 install kfp installs 0.1.16
pip3 install kfp --upgrade installs 0.1.16
pip3 install kfp==0.1.18 does not work (No matching distribution found for kfp==0.1.18)
pip3 search kfp shows

kfp (0.1.18)               - KubeFlow Pipelines SDK
  INSTALLED: 0.1.16
  LATEST:    0.1.18

requirements are ok: Python >=3.5.3 (tested on 3.7.3).

The following does work:
pip3 install https://storage.googleapis.com/ml-pipeline/release/0.1.18/kfp.tar.gz --upgrade

Checking out
https://pypi.org/simple/kfp/
reveals this:

kfp-0.1.11-py3-none-any.whl
kfp-0.1.11.tar.gz
kfp-0.1.16-py2-none-any.whl
kfp-0.1.16.tar.gz
kfp.tar.gz

Cheers
Andre

@Ark-kun Ark-kun self-assigned this May 7, 2019
@Ark-kun
Copy link
Contributor

Ark-kun commented May 7, 2019

Thanks for the report. I'll investigate.

@Ark-kun
Copy link
Contributor

Ark-kun commented May 8, 2019

0.1.19 is working now

@Ark-kun
Copy link
Contributor

Ark-kun commented May 8, 2019

BTW, do you know the exact PyPI behavior? It looks pretty strange and inconsistent. On one hand it takes the release version from the package metadata (so you cannot upload the same file twice). On the other hand it seems to rely on pre-upload file names for versioning.

@vicaire
Copy link
Contributor

vicaire commented May 28, 2019

Closing, please re-open if anything is outstanding.

@vicaire vicaire closed this as completed May 28, 2019
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this issue Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants