Updating pip packages #296
Replies: 4 comments 2 replies
-
I'm using https://github.com/pypa/cibuildwheel to automatically build wheels for each release. I might be able to run it locally on a Linux machine to build wheels for older versions. |
Beta Was this translation helpful? Give feedback.
-
I just uploaded wheels for 0.17.0 to pypi, please give it a try. |
Beta Was this translation helpful? Give feedback.
-
Regarding the error in your screenshot, you need to clone submodules too, see https://scikit-survival.readthedocs.io/en/latest/contributing.html#creating-a-fork |
Beta Was this translation helpful? Give feedback.
-
Much appreciated @sebp, thank you. However, since I'm locked on python v3.6.10 because of another package (pyspark 2.2.0), I'm unable to install sksurv with version 0.17.0 because it requires python>3.7... |
Beta Was this translation helpful? Give feedback.
-
Hello sebp, would it be possible to update the pip package to include more versions>0.14.0? I've moved to an dev environment where I'm unable to install packages from conda, but am able to install them using pip (specifically I would need v0.17.0 if possible). I've also tried to install it by cloning v0.17.0 and running
python setup.py install
but am also getting an error:Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions