MathOnco / valis

Virtual Alignment of pathoLogy Image Series
https://valis.readthedocs.io/en/latest/
MIT License
122 stars 29 forks source link

Encountering difficulties installing valis-wsi due to compatibility issues with Python 3.12. #92

Open jeginderof opened 10 months ago

jeginderof commented 10 months ago

Issue Summary:

Environment:

Python version: 3.12.1 Operating System: Linux Package Manager (if applicable): Conda

Steps to Reproduce( according to the documentation):

python3 -m venv venv_valis source ./venv_valis/bin/activate python3 -m pip install --upgrade pip python3 pip install valis-wsi

Error Messages:

Encountered a RuntimeError during the installation process, indicating that the package does not support Python version 3.12.1. Additional Information:

Attempted to upgrade the numba package directly, but faced the same compatibility issue.

cdgatenbee commented 9 months ago

Hi @jeginderof, I think I'll be removing the interpolation package in the next release (1.0.3), which should make valis compatible with Python 3.12 (will need to test though). I hope to have that release out sometime this week, but I'll post here to let you know when it's available.

Best, -Chandler

cdgatenbee commented 9 months ago

Hi @jeginderof, I just pushed the updated version of valis (1.0.3), which should be compatible with Python 3.12. Please try it out and let me know how it goes.

Best, -Chandler