cityflow-project / CityFlow

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

ModuleNotFoundError: No module named 'cityflow' #141

Open kriver91 opened 2 years ago

kriver91 commented 2 years ago

Hello,

I built cityflow from the source code.

The last process I did was 'pip install CityFlow'. (I did not get any errors)

While trying to implement some test, I got this error msg: ModuleNotFoundError: No module named 'cityflow'.

carolina68 commented 2 years ago

hello, have you got the solution to this problem? I'have got the same issue.

zhc134 commented 1 year ago

Try run pip install . in CityFlow root directory