Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
475 views
in Technique[技术] by (71.8m points)

python - How can I solve the following problems on OSMnx?

help me to solve this problem with OSMnx

ModuleNotFoundError Traceback (most recent call last) in 1 import networkx as nx ----> 2 import osmnx as ox 3 import requests 4 import matplotlib.cm as cm 5 import matplotlib.colors as colors

C:Anacondalibsite-packagesosmnx_init_.py in 1 """OSMnx init.""" 2 ----> 3 from ._api import * 4 from ._version import version

C:Anacondalibsite-packagesosmnx_api.py in 2 3 from .bearing import add_edge_bearings ----> 4 from .distance import get_nearest_edge 5 from .distance import get_nearest_edges 6 from .distance import get_nearest_node

C:Anacondalibsite-packagesosmnxdistance.py in 9 10 from . import utils ---> 11 from . import utils_geo 12 from . import utils_graph 13

C:Anacondalibsite-packagesosmnxutils_geo.py in 12 from shapely.ops import split 13 ---> 14 from . import projection 15 from . import settings 16 from . import utils

C:Anacondalibsite-packagesosmnxprojection.py in 3 import math 4 ----> 5 import geopandas as gpd 6 from pyproj import CRS 7

ModuleNotFoundError: No module named 'geopandas'


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...