-
Notifications
You must be signed in to change notification settings - Fork 3
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
no wheels for python 3.10 and higher #5
Comments
A workaround in the docker example is ensuring setuptools and wheels package are available before installing vam.whittaker:
Another workaround that seems to work for Open-EO/FuseTS#84 is to pin pip down to |
regardless of the workarounds above, is it possible to upload wheels to pypi for python 3.10 and higher? |
Hi @soxofaan, I've reshuffled the packaging a bit (#6) which took care of #4. Plus #7 updated the GitHub actions which published the wheels to pypi - you should find now python 10&11 wheels for version 2.0.3. However, please be advised this repo isn't actively maintained and developed anymore. We've switched to using a |
Hi All
following @soxofaan workaround, I run
and then I was able load the |
@valpesendorfer, can you please elaborate a bit? are you using pybaselines.whittaker package? thanks |
Yeah, 2.0.3 doesn't seem to include any methods. |
@Martincccc @micycle1 The new implementation I was mentioning previously is not based on / using |
Latest vam.whittaker release (2.0.2) only supplies wheels for python 3.6, 3.7, 3.8 and 3.9:
https://pypi.org/project/vam.whittaker/2.0.2/#files
This makes installation in environments with python 3.10 or higher hard.
e.g. for the fuseTS project, which depends on vam.whitakker, we use github actions to run unit tests and these started to fail because installation of vam.whitakker fails in a python3.10 setup with latests pip: Open-EO/FuseTS#84
Attempt to reproduce this with a minimal docker use case:
this issue is related to #4
The text was updated successfully, but these errors were encountered: