BjornNyberg / NetworkGT

The NetworkGT (Network Geometry and Topology) Toolbox is a set of tools designed for the geometrical and topological analysis of fracture networks.
GNU General Public License v3.0
30 stars 3 forks source link

Error #9

Closed saulogmenezes closed 3 years ago

saulogmenezes commented 3 years ago

When I run the "Topology Parameter" option I get such error:

Reading Data 1 Grid Samples 277 Nodes 277 Branches Traceback (most recent call last):

File "C:\OSGEO4~1\apps\Python37\lib\site-packages\pandas\core\generic.py", line 5274, in getattr return object.getattribute(self, name) AttributeError: 'DataFrame' object has no attribute 'ix'

It seems that the problem is the version of Pandas but I do not know... Could you help me?

BjornNyberg commented 3 years ago

@saulogmenezes ix has been removed in later version of pandas and this needs to be updated. Please install pandas==0.25.1 to fix.

saulogmenezes commented 3 years ago

Thank you Bjorn! It worked fine! Congratulations on the plugin.