You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, users are unable to run modbus-simulator due to dependency conflict with six package.
As shown in the following full dependency graph of modbus-simulator, modbus-simulator requires six==1.10.0,while pymodbus==2.1.0 requires six==1.11.0.
According to pip’s “first found wins” installation strategy, six==1.10.0 is the actually installed version. However, six==1.10.0 does not satisfy six==1.11.0.
Hi, users are unable to run *modbus-simulator* due to dependency conflict with six package.
As shown in the following full dependency graph of *modbus-simulator*, *modbus-simulator* requires six==1.10.0,while *pymodbus==2.1.0* requires six==1.11.0.
ERROR: Cannot install -r requirements (line 1) and six==1.10.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested six==1.10.0
pymodbus 2.1.0 depends on six==1.11.0
Solution
We analyze your project according to the call graph, and now give you the following suggestion, loosen your direct dependency to be six==* .
I have checked that this version will not affect the normal operation of your program
Hi, users are unable to run modbus-simulator due to dependency conflict with six package.
As shown in the following full dependency graph of modbus-simulator, modbus-simulator requires six==1.10.0,while pymodbus==2.1.0 requires six==1.11.0.
According to pip’s “first found wins” installation strategy, six==1.10.0 is the actually installed version. However, six==1.10.0 does not satisfy six==1.11.0.
Dependency tree
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered: