mayankkejriwal/GNOME-p3

ImportError on non-existent module "background_agent_v4" in gameplay.py

Opened this issue · 0 comments

fsaad commented
(venv) ~/GNOME-p3/monopoly_simulator% git rev-parse HEAD
fa0862e141bf1ddf2c30696b9330ff825c32be78
(venv) ~/GNOME-p3/monopoly_simulator% python gameplay.py
Traceback (most recent call last):
  File "gameplay.py", line 9, in <module>
    from monopoly_simulator import background_agent_v4
ImportError: cannot import name 'background_agent_v4'

The offending import is here:

from monopoly_simulator import background_agent_v4

Removing the offending important resolves the issue, but perhaps _v4 should be checked into git if it is the correct version.