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
The Raven model doesn't seem to work when running under the new macOS operating system. I seem to be getting several errors (code '-11') for just about all functionality, except for outputting the RavenHydroFramework version string
Steps To Reproduce
Experienced through RavenPy running on macOS (with raven-hydro==0.3.1). I don't have access to a macOS machine to investigate further.
Additional context
The stdout and stderr say nothing about what the issue might be:
Raven Error (code: -11):
stdout:
"============================================================
RAVEN
a robust semi-distributed hydrological modelling framework
Copyright 2008-2024, the Raven Development Team
Version 3.8.1 w/ netCDF
BuildDate Jun 18 2024
============================================================"
stderr:
""
Contribution
I would be willing/able to open a Pull Request to address this bug.
The text was updated successfully, but these errors were encountered:
… address warnings (#378)
## Changes
* Updates the `raven-hydro` package to v0.3.1 (RavenHydroFramework
v3.8.1)
* Synchronizes several dependencies between `pyproject.toml`,
`environment*.yml`, and `tox.ini`
* Drops the code formatting conventions for Python3.8
* Pins `numpy` below v2.0
* Addresses a bunch of small warnings in the `pytest` output
## Other information
This new build of `raven-hydro` will install on macOS systems using
x86_64 or ARM64 architectures, **but it does not seem to work for some
reason** (FYI @julemai; see:
CSHS-CWRA/RavenHydroFramework#35).
@Zeitsperre I could look into that. Could you please let me know which exact version of the Raven code you are using and where you are pulling this from? Sorry for the stupid question...
Setup Information
Description
The Raven model doesn't seem to work when running under the new macOS operating system. I seem to be getting several errors (code '-11') for just about all functionality, except for outputting the RavenHydroFramework version string
Steps To Reproduce
Experienced through RavenPy running on macOS (with
raven-hydro==0.3.1
). I don't have access to a macOS machine to investigate further.Additional context
The stdout and stderr say nothing about what the issue might be:
Contribution
The text was updated successfully, but these errors were encountered: