CityFlow
CityFlow copied to clipboard
ModuleNotFoundError: No module named 'cityflow'
I install cityflow on linux server as:
- conda install cmake
- git clone
- pip install . it shows Successfully installed CityFlow-0.1 however, I cannot import cityflow by reminding "ModuleNotFoundError: No module named 'cityflow'"
You can try python -m pip install .
, this helps me.
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