Closed fxsatrio99 closed 2 years ago
I make JupyterLab on GCP Console and has installed CityFlow. When I want to run cityflow.Engine, the prompt says
AttributeError Traceback (most recent call last)
Please check your python code, it should be cityflow
rather than CityFlow
import cityflow
eng = cityflow.Engine(config_path, thread_num=1)
I am new to GCP Console and new to this application project. I have pull the docker image and run it as the installation guide in Cloud Shell. But I don't know how to operate it. In the installation guide, use import CityFlow, but everytime I used "python3" in Cloud Shell and use import CityFlow, the command will say like this:
root@b63418639ad1:/# python3 Python 3.6.5 |Anaconda, Inc.| (default, Apr 29 2018, 16:14:56) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information.
So I get confused. Please help me, I want to learn but it's too few for me to get the information from other source than the installation guide. Thank you in advance