Hi Community,
I am having difficulties installing and importing some packages into Python Tool.
So I installed geopy & geopandas packages.
However, when I tried to import geopandas, I encountered an ImportError.
I do not entirely understand the error message and hope someone can assist on how to fix it.
Thanks in advance !
hey @pchong
I believe i've managed to fix this, by forcing an upgrade to both pandas and Geopandas with the following:
Package.installPackages(package='pandas',install_type='install --upgrade')
Package.installPackages(package='geopandas',install_type='install --upgrade')
I believe the issue was that the current version of pandas used on the python tool is too outdated to use with Geopandas.
Please give this a try and let me know.
Cheer,s
TheOC
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
6 |