我一直试图让figure factory加载地图上的邮政编码位置,但我一直收到错误,我尝试过导入chart studio plots和其他所有东西,并可以用plots绘制基本的绘图,但figure factory总是给出这个错误:$ pip install plotly-geo Or, install using conda with $ conda install -c plotly plotly-geo当我试图安装conda相关软件包时,我得到了这个错误:
/bin/bash: conda: command not found
/bin/bash: conda: command not found
/bin/bash: conda: command not found从这个开始:
!conda install -c plotly plotly-geo
!conda install -c conda-forge pyshp
!conda install -c conda-forge geopandas3.我不知道该怎么办,任何帮助都很感谢
发布于 2020-06-21 00:34:29
对于plotly-geo,你可以试试这个
!pip install plotly-geo如果您还需要pyshp和geopandas,您还可以
!pip install pyshp
!pip install geopandashttps://stackoverflow.com/questions/62484740
复制相似问题