About 50 results
Open links in new tab
  1. How do I install Python dev-dependencies using uv?

    Aug 22, 2024 · I'm trying out uv to manage my Python project's dependencies and virtualenv, but I can't see how to install all my dependencies for local development, including the development …

  2. How to find a Python package's dependencies - Stack Overflow

    Apr 20, 2015 · How can you programmatically get a Python package's list of dependencies? The standard setup.py has these documented, but I can't find an easy way to access it from either …

  3. List dependencies in Python - Stack Overflow

    What is the most efficient way to list all dependencies required to deploy a working project elsewhere (on a different OS, say)? Python 2.7, Windows dev environment, not using a …

  4. Installing Python Dependencies locally in project

    Dec 26, 2018 · 26 If you're looking to install dependencies in special (non-standard) local folder for a specific purpose (e.g. AWS Lambda), see this question: install python package at current …

  5. python - tell pip to install the dependencies of packages listed in a ...

    This would be error-prone and I'd like to automate the process of cleaning the virtualenv from no-longer-needed old dependencies. edit: actually, pip does install dependencies not explicitly …

  6. Is there a way to list pip dependencies/requirements?

    Jun 22, 2012 · Without going through with the installation, I want to quickly see all the packages that pip install would install.

  7. python - Specify dependencies in pyproject.toml with install URL …

    Sep 19, 2023 · I like to have my package installable with pip install ... and to use the pyproject.toml standard. I can specify dependencies to install from git, with: dependencies = [ …

  8. What's the standard way to package a python project with …

    Jul 7, 2016 · At one company we would ship the whole virtualenv, which includes the python binary. In the interest of only shipping the dependencies, you can combine using a virtualenv …

  9. python - How can I install packages offline? - Stack Overflow

    What's the best way to download a Python package and its dependencies from PyPI for offline installation on another machine? Is there an easy way to do this with pip or easy_install? I'm …

  10. VSCode not resolving installed python dependencies

    Mar 11, 2024 · VSCode not resolving installed python dependencies Asked 1 year, 11 months ago Modified 1 year, 10 months ago Viewed 3k times