ExtendBaseClientto accept extra middleware (#8807) AddFromforFlatDistributionsstruct (#8800) Documentation Fix environment variable name in providing credentials section (#8740) Fixadd httpxexample with real git branch (#8756) Fix indentation inprojects.md(#8772) Fix link to publish guide inREADME...
❯ echo "torch==2.1.0+cpu" | uv pip compile --find-links https://download.pytorch.org/whl/torch_stable.html - -v 0.000491s DEBUG uv_interpreter::virtual_env Found a virtualenv through VIRTUAL_ENV at: /Users/mz/eng/src/astral-sh/uv/.venv 0.000781s DEBUG uv_interpreter::interpreter U...
Click the DRM Free Tahira: Echoes of the Astral Empire link below to download. Wait until client finishes downloading to 100% and then locate the file/s folder. Follow the step(s) to install: Run or Double click setup_tahira_echoes_of_the_astral_empire_***. exe Thats it...
connectivity: Online, show_settings: true, preview: Disabled, python_preference: Managed, python_downloads: Automatic, no_progress: false, } CacheSettings { no_cache: false, cache_dir: None, } SyncSettings { locked: false,
Failed to install requirements from build-system.requires (resolve) Caused by: No solution found when resolving: setuptools Caused by: Failed to download: setuptools==69.1.1 Caused by: HTTP status client error (403 Forbidden) for url (https://s3-url.amazonaws.com/example/setuptools-69.1.1-py...
use install_wheel_rs::linker::LinkMode; use uv_cache::Cache; use uv_client::{Connectivity, FlatIndexClient, RegistryClientBuilder}; use uv_configuration::{ @@ -65,6 +65,7 @@ pub(crate) async fn sync( &lock, extras, dev, &settings.reinstall, &settings.index_locations, &settings.index...
use requirements_txt::{EditableRequirement, FindLink, RequirementsTxt}; use uv_client::Connectivity; use uv_fs::Simplified; @@ -576,8 +583,160 @@ impl NamedRequirements { }); } // Otherwise, download and/or extract the source archive. if Scheme::parse(requirement.url.scheme()) == Some...
Determine if pre-release Python downloads should be allowed using the version specifiers (#7638) Fix link-mode=clone for directories on Linux (#7620) Improve Python executable name discovery when using alternative implementations (#7649) Require opt-in to use alternative Python implementations (#7650...
Determine if pre-release Python downloads should be allowed using the version specifiers (#7638) Fix link-mode=clone for directories on Linux (#7620) Improve Python executable name discovery when using alternative implementations (#7649) Require opt-in to use alternative Python implementations (#7650...
{EditableRequirement, FindLink, RequirementsTxt}; use uv_client::Connectivity; use uv_fs::Simplified; @@ -175,7 +173,8 @@ impl RequirementsSpecification { requirements: requirements_txt .requirements .into_iter() - .map(|entry| entry.requirement).collect(), + .map(|entry| entry.requirement...