OSMnx wont open in Juypter Notebook
问题 I downloaded osmnx via conda using the code: conda config --prepend channels conda-forge conda create -n ox --strict-channel-priority osmnx This comes from the osmnx documentation: https://osmnx.readthedocs.io/en/stable/ I can see the module has downloaded because in the Anaconda Prompt I can type conda activate ox and it works. However when I go into my jupyter notebook and type import osmnx as ox I get the following error: ------------------------------------------------------------------