MindSQL icon indicating copy to clipboard operation
MindSQL copied to clipboard

[BUG] mindsql 0.2.1 depends on pysqlite3-binary<0.6.0 and >=0.5.2.post3

Open monicazgr1 opened this issue 7 months ago • 2 comments

ERROR: Cannot install mindsql==0.1.1, mindsql==0.1.2, mindsql==0.1.3, mindsql==0.2.0 and mindsql==0.2.1 because these package versions have conflicting dependencies.

The conflict is caused by: mindsql 0.2.1 depends on pysqlite3-binary<0.6.0 and >=0.5.2.post3 mindsql 0.2.0 depends on pysqlite3-binary<0.6.0 and >=0.5.2.post3 mindsql 0.1.3 depends on pysqlite3-binary<0.6.0 and >=0.5.2.post3 mindsql 0.1.2 depends on pysqlite3-binary<0.6.0 and >=0.5.2.post3 mindsql 0.1.1 depends on pysqlite3-binary<0.6.0 and >=0.5.2.post3

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

monicazgr1 avatar Mar 24 '25 11:03 monicazgr1