Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'cityflow' #172

Open
wzFanM opened this issue Sep 20, 2023 · 2 comments
Open

ModuleNotFoundError: No module named 'cityflow' #172

wzFanM opened this issue Sep 20, 2023 · 2 comments

Comments

@wzFanM
Copy link

wzFanM commented Sep 20, 2023

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'"
@Sheagu
Copy link

Sheagu commented Nov 8, 2023

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

@Clown1206
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants