CityFlow icon indicating copy to clipboard operation
CityFlow copied to clipboard

ModuleNotFoundError: No module named 'cityflow'

Open wzFanM opened this issue 1 year ago • 2 comments

I install cityflow on linux server as:

  1. conda install cmake
  2. git clone
  3. pip install . it shows Successfully installed CityFlow-0.1 however, I cannot import cityflow by reminding "ModuleNotFoundError: No module named 'cityflow'"

wzFanM avatar Sep 20 '23 21:09 wzFanM

You can try python -m pip install ., this helps me.

Sheagu avatar Nov 08 '23 13:11 Sheagu

Hello , I had the same problem, and here's how I solved it:conda install libgcc,conda install -c conda-forge libstdcxx-ng; And after uninstalling cityflow(), I re-installed it by following the steps in the official documentation.

my env: wsl2 ubuntu-22.04, python3.8

Clown1206 avatar Jan 07 '24 08:01 Clown1206