0

I am getting error as

from pysat.solvers import Glucose3
ModuleNotFoundError: No module named 'pysat.solvers'*

when I am trying newer version of pysat. I cannot find the required older version that is pysat=0.1.3.

osbm
  • 378
  • 5
  • 18

1 Answers1

0

I had the same issue, try to use pip install -U python-sat or pip3 install -U python-sat command to install the toolkit. Reference: "https://pysathq.github.io/installation/".