You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some problem with this plugin, I can't download it in QGIS 3.22.
I DID THE INDICATED HERE
In dag.py (in the algorithms folder of the plugin) you should replace the line "from fractions import gcd" by "from math import gcd" and then it will succesfully import the plugin.
but the error continues
Many thanks,
The text was updated successfully, but these errors were encountered:
Just go to the QGIS plugins folder like "..\plugins\BoundaryDelineation\lib", delete the networkx folder(library) in the lib folder, then this plugin with import networkx by default Python lib, problem solved.
I have some problem with this plugin, I can't download it in QGIS 3.22.
I DID THE INDICATED HERE
In dag.py (in the algorithms folder of the plugin) you should replace the line "from fractions import gcd" by "from math import gcd" and then it will succesfully import the plugin.
but the error continues
Many thanks,
The text was updated successfully, but these errors were encountered: