I am trying to get osmnx
to work on my Macbook. I have installed it using
conda config --prepend channels conda-forge
conda create -n ox --strict-channel-priority osmnx
and I am able to type
conda activate ox
to activate the environment. However, when running the code, I always get the error message
import osmnx as ox
ModuleNotFoundError: No module named 'osmnx'
I feel like I have tried everything there is on this topic in other questions, but it seems like the answers maybe only work on Windows? I am totally new to all of this, so maybe someone can help me...