Frost Ming
Frost Ming
Please be noted this feature only applies to those projects that can be installed successfully even if other people change the local PyPI URL(private config). That is to say, if...
> I think it is clear that if you use some libraries that are exclusively available to you (via a private repo), that publishing this project and expect others to...
Currently, PDM supports two kinds of package sources: - Local source(single, defined in `$PDM_CONFIG/config.toml`) - Shared sources(multiple, defined in `tool.pdm.source` in `pyproject.toml`) The local source can be overridden by the...
This seems a permission issue that needs to be resolved on your side. And supporting app image isn't on the main path of PDM.
Closing due to no update
Purge the metadata cache by `pdm cache clear metadata` and try again?
While the feature is mostly good, I have some concerns: - `pdm use` shows a list of matching versions and prompts users to choose, but we can't do the same...
`--use` with `-f` looks weird and is repeating `pdm use`. Instead of integrating into PDM, I'd wonder if @pawamoy can make `multirun.sh` a PDM plugin. However, IMO all you need...
Workaround: Pin `more-itertools>=4.0.0,
If you are a project author and add `requests` as a dependency, how can PDM know what is the lower bound of requests looking at the command `pdm add requests`?...