Results 11 comments of Brian Miles

There are wheels for Python 3.12 on Windows. Is there a plan to publish Python 3.12 wheels for Linux and macOS (both for x86_64 and arm64/aarch64)? Thanks!

@laurencelin Thanks for noting this. I will be addressing this in the next release (hopefully soon). For now, can you share how you have been working around this?

@abrabi The version of RHESSysWorkflows/EcohydroLib in your VM does not have GetUSGSDEMForBoundingBox (as you discovered). To get the latest versions installed, try this: ``` sudo pip install requests ``` (I'm...

Just curious, did you install the [VirtualBox Extension Pack](http://download.virtualbox.org/virtualbox/4.3.20/Oracle_VM_VirtualBox_Extension_Pack-4.3.20-96996.vbox-extpack) and still get the USB 2.0 error?

The main reason to install it, aside from avoiding the error message, is if you would like to transfer data out of the VM by copying to a USB volume...

Also affects RHESSysPlot.py: RHESSysPlot.py --plottype standard -o Baisman_data/RHESSys_USGS_01583580_Baisman-20070101_20130930.txt -d Baisman_10m/rhessys/output/test/rhessys_basin.daily -c streamflow --secondaryData Baisman_10m/rhessys/output/test/rhessys_basin.daily --secondaryColumn precip --secondaryLabel "Rainfall (mm/day)" -t "Baisman streamflow" -l "Test simulation" -f test_plot --figureX 8 --figureY...

Split template and def. file generation from worldfile creation.

> Thanks for opening the issue - also wanted to note that we do currently provide aarch64 packages via conda-forge: https://anaconda.org/conda-forge/tiledb/files Thank you, this is good to know for others....

> Hello Brian, > > Thank you for reaching out. We will evaluate whether it makes sense for us to provide wheels for Linux aarch64 at that point of time....

> > The only problem I ran into was that my libtiledb gets installed to /lib, even though I pass --prefix=/usr to bootstrap. > > What steps are you running...