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
This is less an issue, and more added as somewhere for this to be recorded for future reference.
When installing pywr-next as per the instructions, I got a failure (see below) relating to a '(' but with little other information. In addition the error differed between Linux and Mac Os X
This was caused by my repo being in a dropbox folder, which contains a '(' in the path.
Once I moved my cloned repo to a different location, the installation worked fine.
On Mac Os X:
[ 0%] Built target H5detect
[ 1%] Built target H5make_libsettings
[ 1%] Generating ../H5Tinit.c, ../gen_SRCS.stamp1
--- stderr
make: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
/bin/sh: -c: line 0: syntax error near unexpected token `('
This looks like it is an upstream issue with HDF5 or the Rust wrapper.
I wonder if we should have a flag that enables/disables the "static" feature of the hdf5 crate. This would allow it to use the system library if it were installed. That's quite easy on Linux, but more difficult on Windows (not sure about OSX).
This is less an issue, and more added as somewhere for this to be recorded for future reference.
When installing pywr-next as per the instructions, I got a failure (see below) relating to a '(' but with little other information. In addition the error differed between Linux and Mac Os X
This was caused by my repo being in a dropbox folder, which contains a '(' in the path.
Once I moved my cloned repo to a different location, the installation worked fine.
On Mac Os X:
On Ubuntu:
The text was updated successfully, but these errors were encountered: