I decided to ditch docker and just install using uv based on the OWUI docs instructions. This was how I installed: DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve --port 4444 The installation w
This PR fixes a bug where it was possible for dependencies to be included in a final resolution with markers that always evaluate to false. Specifically, python_version < '0'. While we do filter ba...
While meeting outside doesn’t eliminate these two forms of transmission, it does substantially reduce the risks. The outside typically has at least some airflow to carry away the cigarette smoke and to mitigate the garlic breath, as well as UV which reduces the viability of the virus. Meeti...
Streps to reproduce Linux, Python 3.11, uv 0.1.32 Command: uv pip install --dry-run apache-airflow[all]==2.8.4 Error error: Failed to download and build: apache-beam==2.2.0 Caused by: Failed to build: apache-beam==2.2.0 Caused by: Build ...
Made at CERNTake part! Note In applying the MIT license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental Organization or submit itself to any jurisdiction.About Indico - A feature-rich event management system, made @ CERN, the ...
I get an error when runningpython -m uv pip install --verbose 'antlr4-python3-runtime==4.9.3'on an Windows CI server. The error doesnotoccur when installing with the--no-cacheflag. Nor is it reproducible on a local Windows machine.pipinstalls it without issues. ...
Build the python module and symlinks: make Run the tests: make test (The tests should pass. If they don't pass for you, stop here and send me an email.) You can install bup via "make install", and override the default destination with DESTDIR and PREFIX. Files are normally instal...
On Cygwin, install python, make, rsync, and gcc4. Build the python module and symlinks: make Run the tests: make test (The tests should pass. If they don't pass for you, stop here and send me an email.) You can install bup via "make install", and override the default destination...
Build the python module and symlinks: make Run the tests: make test (The tests should pass. If they don't pass for you, stop here and send me an email.) You can install bup via "make install", and override the default destination with DESTDIR and PREFIX. ...
I decided to ditch docker and just install using uv based on the OWUI docs instructions. This was how I installed: DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve --port 4444 The installation works flawlessly, a lot fewer bugs, faster, I'm so glad I ditched Docke...