When I try to import PuLP package I get this error. How can I solve this?
File "...\pulp\pulp.py", line 99, in module
from .apis import LpSolverDefault, PULP_CBC_CMD
ImportError: attempted relative import with no known parent package
(I'm using Python version: 3.7.9)