About 50 results
Open links in new tab
  1. python - How to set extra index with credentials for uv like pip ...

    Nov 4, 2025 · Similar to this question, we want to specify an extra package index to be used by uv. However, our package index url contains private information, i.e., user name and token. Up to now, …

  2. How to set an index URL for 'uv'-like pip configurations

    May 2, 2025 · When using pip to install Python packages, we can set the configurations, so that it can refer to some private repository to install packages. The use case is, for example, for big companies …

  3. How to add custom certificate authority (CA) to nodejs

    Mar 26, 2015 · Also, you will need extra steps if you use a custom Agent instead of the global agent. syswide-cas loads certificates from pre-defined directories (such as /etc/ssl/certs) and uses node …

  4. Resolve container name in extra_hosts option in docker-compose

    But docker-compose up fails with: ERROR: for apiwip_fpm_1 Cannot create container for service fpm: invalid IP address in add-host: "nginx" I have seen some examples of people using docker's network …

  5. python - What is 'extra' in pypi dependency? - Stack Overflow

    Sep 24, 2018 · See Installing Setuptools "Extras" in the Installing Packages section of the Python Packaging User Guide. It is up to the installed package itself to detect if all the dependencies for …

  6. How does one ignore extra arguments passed to a dataclass?

    Using the python library to populate a dataclass using a dictionary of values ignores extra arguments / values present in the dictionary (along with all the other benefits the library provides).

  7. Using --add-host or extra_hosts with docker-compose

    Mar 16, 2015 · I am using docker-compose to run a test environment, that consists of about 5 different containers. The inter-container links and the shared volumes (volumes-from) works wonderfully. I …

  8. Pip priority order with index-url and extra-index-url

    Apr 25, 2021 · If I switch the values for index-url and extra-index-url I get the same result. pypi is always prioritized. Answer: Packages are expected to be unique up to name and version, so two wheels with …

  9. XML Error: Extra content at the end of the document

    XML Error: Extra content at the end of the document Asked 12 years, 11 months ago Modified 2 years, 3 months ago Viewed 204k times

  10. Python json.loads shows ValueError: Extra data - Stack Overflow

    Jan 11, 2014 · Python json.loads shows ValueError: Extra data Asked 12 years, 3 months ago Modified 2 years, 7 months ago Viewed 665k times