RuntimeError: b'no arguments in initialization list'
问题 I'm trying to solve my issue in my own but I couldn't, I'm trying to run this code in every format you can imagine and in ArcGIS pro software it's the same I can't find this error message in any other issue. From similar issues, it seems some data files could be missing? import geopandas as gpd import json import numpy as np from shapely.geometry import LineString, Point, box import ast from pyproj import Proj paths = road_features.SHAPE.map(lambda x: np.array(ast.literal_eval(x)["paths"][0])