dashboard-api-python icon indicating copy to clipboard operation
dashboard-api-python copied to clipboard

Dependency Conflict: Meraki 2.0.3 requires setuptools<79.0.0 and >=78.1.1, but setuptools 80.7.1 is installed

Open Behdadhp opened this issue 6 months ago • 1 comments

Description

I recently updated meraki to version 2.0.3 and encountered a dependency conflict with setuptools. The error message I received is:

The user requested setuptools==80.7.1
meraki 2.0.3 depends on setuptools<79.0.0 and >=78.1.1

It seems that meraki does not support setuptools==80.7.1, which causes issues when using the latest version of setuptools.

Python version installed

Python 3.11.4

Meraki library version installed

meraki 2.0.3

Expected behavior

Meraki should ideally support the latest version of setuptools or provide a clear workaround.

Suggested Solution

Update meraki dependencies to allow setuptools==80.7.1 if compatible.. Since a similar issue happened earlier with Pytest, I'd like to ask for clarification or help with handling dependencies.

Behdadhp avatar Jun 12 '25 08:06 Behdadhp

Having the same problem 👍 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. meraki 2.0.3 requires setuptools<79.0.0,>=78.1.1, but you have setuptools 80.9.0 which is incompatible.

gonzague avatar Jul 19 '25 14:07 gonzague