CityFlow icon indicating copy to clipboard operation
CityFlow copied to clipboard

ModuleNotFoundError: No module named 'CityFlow'

Open zql1015 opened this issue 4 years ago • 2 comments

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

zql1015 avatar Jul 13 '21 10:07 zql1015

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

only-changer avatar Aug 17 '21 09:08 only-changer

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.

Sheagu avatar Jan 23 '22 16:01 Sheagu