-
The image should only install the minimum required python pip packages to get running.
I don't want to install packages that I don't need as it adds to the size, build time (which can take some time …
ghost updated
5 years ago
-
-
~/MyProject $ pip install pydantic
Collecting pydantic
Downloading pydantic-2.9.2-py3-none-any.whl.metadata (149 kB)
Collecting annotated-types>=0.6.0 (from pydantic)
Downloading annotated_typ…
-
The package doesn't list Cython as a dependency. This breaks and prevents installation on a bare virtualenv, which fails with the error:
ModuleNotFoundError: No module named 'Cython'
The sol…
-
Hi,
I don't use Python on regular basis, so maybe I don't understand something here, but how exactly am I supposed to include your code in my project? Usually I load stuff with PIP, but it seems th…
-
The detail views (like https://crate.io/packages/django-stripe/) present a helpful `pip install ___` command, which is great, but doesn't work if the package isn't hosted or installable. Building out …
-
**Describe the bug**
I currently manage a fleet of hosts configured with `Ansible`, and we’ve recently encountered a new challenge with newer operating systems. We're now required (`PEP 668`) to in…
-
### Description
Running command prompt as administrator
C:\Windows\system32>pip install terality
Collecting terality
Using cached terality-0.13.12-py3-none-any.whl (108 kB)
Requirement alread…
-
Here I go again trying to use `uv` as poor man's devpi offline replacement.
Some confusions about this were cleared up in an issue before (https://github.com/astral-sh/uv/issues/3468)
Everything…
-
内容:pip install uvicorn https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple some-package
|
↓
pip install uvicorn -i https://m…