Could not find a version that satisfies the requirement cliapp==1.20180812.1

I was getting this error when deploying

ERROR: Could not find a version that satisfies the requirement cliapp==1.20180812.1 (from versions: 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9)

ERROR: No matching distribution found for cliapp==1.20180812.1

my python version is 3.10.12

Hi there,

The problem seems to be just what the logs state:

ERROR: No matching distribution found for cliapp==1.20180812.1

It appears as though you’re trying to install a version of the cliapp dependency that doesn’t actually exist. The logs provide a number of real versions to choose from.

Regards,
Mike


Render Support Engineer, MT (UTC-6, UTC-7 in Winter)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.