Repost from Flow team (question by Ziyuan G.)
I followed Flow's installation steps and everything went well until testing my AIMSUN installation.
AIMSUN was installed correctly, but when I tried python examples/aimsun/sugiyama.py
, an error came up saying that ImportError: No module named flow.controllers
.
I gave a thought and was wondering if the reason is about python version. For AIMSUN, I have to use python 2.7 in the aimsun_flow
conda environment. But previously when I installed Flow, I was using python 3.5 in the flow
conda environment. So I tried installing Flow again, but another error came up saying that match for matplotlib==3.0.0
.
I realized that for python 2.7, the available version for matplotlib is 1.x.x or 2.x.x, no 3.x.x. So how could I address this issue?