GEMScienceTools / oq-mbtk

OpenQuake Model Building Toolkit, a suite of tools for building components and analysing models for PSHA.
https://gemsciencetools.github.io/oq-mbtk/index.html
GNU Affero General Public License v3.0
14 stars 8 forks source link

Windows installation tests only failing on remote #333

Closed CB-quakemodel closed 10 months ago

CB-quakemodel commented 1 year ago

Windows installation tests only failing on remote. These unit tests pass locally on a windows machine. The issue is potentially due to mbtk to work on windows specifically requiring pandas 1.4.0 which is in conflict with pandas on 1.3.5 which is still used on remote for mbtk.

The workaround devised for getting mbtk to work on windows was manually pip install following dependencies: pip install pandas==1.4.0 pip install pyzmq==24 pip install jupyter-server==2.6.0 pip install xarray==2023.5.0 pip install -r requirements_win64.txt pip install -e .

image