-
Please mention the following:
- What command was run? pip install -r requirements.txt
- Are you working out of a virtualenv environment, Docker, or something else?virtualenv
While running this comm…
-
The `configparser` package bundled with python 3.12 no longer contains a [SafeConfigParser export](https://github.com/python/cpython/blob/cd90f6a3692e0f7ef0a13aae651e19a08d1f9b31/Lib/configparser.py#L…
-
Increasingly there is a move by Python projects to use `pyproject.toml` to declare their metadata and dependencies and away from `setup.py`. Raising this issue to start discussion around how to approa…
-
- How does autover's approach differ from setuptools_scm?
- When would autover be preferable over setuptools_scm, or vice versa?
- (How do you use autover? There is no real documentation.)
-
I think we could use integrations and Actions to simplify the release process, with most of the work happening on GitHub instead of on the release maker's local machine.
We've discussed this else…
tsalo updated
10 months ago
-
`python setup.py install` and related functions throw a bunch of deprecation warnings.
-
Cross posting [this issue from bioconda-recipes](https://github.com/bioconda/bioconda-recipes/issues/32833).
I posted it initially over-there as it was a result of following the "contributing to bi…
DrYak updated
2 years ago
-
``` python
In [1]: import condacreate
In [2]: c = condacreate.CondaCreator()
In [3]: c.create_env('myenv', ['python', 'distributed', 'dask'])
--------------------------------------------------------…
-
Hello everyone,
I appreciate the work done in versioneer, super easy to setup.
This is an idea to use $Format:%(describe) in _version.py along with $Format:%d. While downloading non released git t…
-
In GemStone #'ConfigurationOfSeaside3' does not equal 'ConfigurationOfSeaside3'
In the GemStone version of Metacello can we get a asString send in there when it is looking up the package name in the …