You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
On pypi the latest version is 0.1.18
(https://pypi.org/project/kfp/)
But
pip3 install kfp
installs 0.1.16pip3 install kfp --upgrade
installs 0.1.16pip3 install kfp==0.1.18
does not work (No matching distribution found for kfp==0.1.18)pip3 search kfp
showsrequirements 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:
Cheers
Andre
The text was updated successfully, but these errors were encountered: