pictuga / morss

Get full text RSS feeds
https://morss.it/
GNU Affero General Public License v3.0
593 stars 77 forks source link

Failed to install using pip, setup.py calculated version differs from package version #108

Closed nc7s closed 1 year ago

nc7s commented 1 year ago
> pip install morss
Collecting morss
  Using cached morss-20221213.2216.tar.gz (54 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Discarding https://files.pythonhosted.org/packages/60/0d/60a6241e44b61816a5837d20fe3bbc195882dfdb61990edc680c3dd19a64/morss-20221213.2216.tar.gz (from https://pypi.org/simple/morss/) (requires-python:>=2.7): Requested morss from https://files.pythonhosted.org/packages/60/0d/60a6241e44b61816a5837d20fe3bbc195882dfdb61990edc680c3dd19a64/morss-20221213.2216.tar.gz has inconsistent version: expected '20221213.2216', but metadata has '20230518.1938'

which is seemingly caused by https://github.com/pictuga/morss/blob/438c32a312fea2555e8070f572e0907418f9394c/setup.py#L10

Using Python 3.11.3 & pip 23.1.2