cityflow-project / CityFlow

A Multi-Agent Reinforcement Learning Environment for Large Scale City Traffic Scenario
https://cityflow-project.github.io
Apache License 2.0
785 stars 171 forks source link

ModuleNotFoundError: No module named 'CityFlow' #132

Closed zql1015 closed 1 year ago

zql1015 commented 3 years ago

I followed every step of the tutorial and succeeded,why ModuleNotFoundError: No module named 'CityFlow'

only-changer commented 3 years ago

Did you pip install Cityflow and use the same python for running code?

Sheagu commented 2 years ago

Every time you create a new Python environment, you should reinstall cityflow, using command pip install . as instructed. I just solved the issue in this way.