jpetrucciani / mypy-check

github action for python's mypy type checker tool
MIT License
33 stars 14 forks source link

mypy version on master #15

Closed t4n1o closed 2 years ago

t4n1o commented 2 years ago

What is this weird error?

  ERROR: Could not find a version that satisfies the requirement mypy==0.930 (from versions: 0.1, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.221, 0.222, 0.223, 0.224, 0.225, 0.226, 0.227, 0.228, 0.229, 0.230, 0.231, 0.232, 0.233, 0.234, 0.235, 0.236, 0.237, 0.238, 0.239, 0.240, 0.241, 0.250, 0.251, 0.252, 0.253, 0.254, 0.255, 0.256, 0.470, 0.471, 0.501, 0.510, 0.511, 0.520, 0.521, 0.530, 0.540, 0.550, 0.560, 0.570, 0.580, 0.590, 0.600, 0.610, 0.620, 0.630, 0.641, 0.650, 0.660, 0.670, 0.700, 0.701, 0.710, 0.711, 0.720, 0.730, 0.740, 0.750, 0.760, 0.761, 0.770, 0.780, 0.781, 0.782, 0.790, 0.800, 0.812, 0.900, 0.901, 0.902, 0.910, 0.920)
  ERROR: No matching distribution found for mypy==0.930
  WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
  You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
  The command '/bin/sh -c apk add bash gcc musl-dev &&     pip install -r requirements.txt' returned a non-zero code: 1

  Warning: Docker build failed with exit code 1, back off 8.972 seconds before retry.
  /usr/bin/docker build -t 6a6825:96c82f8e03194c80aa420b908adb2f4a -f "/home/runner/work/_actions/jpetrucciani/mypy-check/master/Dockerfile" "/home/runner/work/_actions/jpetrucciani/mypy-check/master"
jpetrucciani commented 2 years ago

That's odd - looks like 0.930 is on pip but is not currently installable. must've been some release and rollback or something like that. I'll push a commit to rollback to 0.920

jpetrucciani commented 2 years ago

I've rolled back master to 0.920 and made an explicit tag for that as well here. Closing for now, feel free to open a new issue if you have any other problems!