-
I'm trying to build my PyPi package and after I ran this command `python3 -m twine upload --verbose --repository testpypi dist/*` it gave me this error:
```
Response from https://test.pypi.org/leg…
-
I did:
```
git clone https://github.com/warner/python-versioneer.git
cd python-versioneer/
pip install -e .
```
and got:
```
You are using pip version 6.1.1, however version 7.1.2 is available.
You…
-
I get the following output
```
Collecting questplus
Using cached https://files.pythonhosted.org/packages/ec/a4/8d47d76a484e0f7080cd43b3141063efd938a7aceb8a2bc39fe2dc08685a/questplus-0.0.5.tar.g…
-
## Description
Can't use slideflow>=1.3.0 on python 3.7 since scikit-learn >= 1.1 requires python>=3.8. Installation info states that slideflow works on python 3.7 .
## To Reproduce
Steps to repr…
-
Fedora (which packages python-versioneer) recently [reclassified CC0 as disallowed for code](https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/thread/RRYM3CLYJYW64VSQIXY6IF3T…
-
Using versioneer 0.22
I was trying to fix an issue where I accidentally used tag_prefix in setup.cfg and ended up commenting it out and reinstalling versioneer to the repo:
before:
```
[versio…
-
Hi,
I'm trying to use versioneer to use a GitHub Action to publish to PyPI automatically when commits are tagged. Unfortunately the tags I have on my branches do not appear to be recognised either …
-
Similar to bihealth/sodar-server#1453, should upgrade the overall dependencies for the next major release.
Especially should bump the minimum Django requirement to 3.2.15, as this fixes a high seve…
-
## Current Behavior
Using this `environment.yml` file (renamed for GitHub's sake), with `PYTHONPATH` set to "somewhere else", I got a surprising message in the output of `conda env create` indicati…
-
In GitLab by @git.ligo:david-keitel on May 20, 2021, 09:09
@git.ligo:gregory.ashton @git.ligo:rory-smith @git.ligo:avi.vajpeyi @git.ligo:moritz.huebner For a while I've noticed that the version outpu…